fpco / weigh

Measure allocations of a Haskell functions/values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mainWith cannot be used more than once

nineonine opened this issue · comments

This program

main IO ()
main = do
  mainWith someWeighAction1
  mainWith someWeighAction2

will crash with

No such case!

I know, it is rather obvious and the name kind of implies it should be used only once (main, duh). I am not sure what to do with it, perhaps the docs can be updated.

I just wanted to leave it here.

Actually the same applies to weighResults as well!

Closing as obvious.

while mainWith is somewhat obvious, I can't say that weighResults is.