Probability example is broken
ohad opened 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
#
matijapretnar commented
Whoops! Fixed in 506c681.