divipp
divipp
In the following code `unsafePerformIO` stands for a long computation. ``` long k = do i >= print ``` With GHC 7.8.4, compiler options -O2, I get the following numers:...
`starts` below returns `1` instead of `0`: ``` starts = do c
This is a feature request. I wish elerea would fail on improper use. Of course, the best would be to fail during compilation but if it is not feasable still...
Currently generalized variables may be accessed by position only. A possible enhancement would be to access generalized variables by name. Questions: - The algorithm currently chooses one hierarchical name, even...