matijapretnar/eff

Probability example is broken

Closed this issue · 1 comments

ohad commented

Go to the Try Eff page.
Go to the Probability example
Hit "Load File"

Expected behaviour: file loads successfully.
Actual behaviour:

Warning (line 11, char 19):
This pattern-matching is not exhaustive.
                                    Here is an example of a value that is not matched:
val uniform : 'a list -> 'a = <fun>
Typing error (line 22, char 16):
Unbound operation Random_float
# 
 

Whoops! Fixed in 506c681.