Idris2/tests/idris2/interpreter003/expected
GustavoMF31 7f495999bd
Make :typeat a useful command (#998)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-02-05 16:15:40 +00:00

16 lines
315 B
Plaintext

Main> Error: Undefined name fromMaybe.
(interactive):1:1--1:10
|
1 | fromMaybe "test" Nothing
| ^^^^^^^^^
Main> Imported module Data.Maybe
Main> "test"
Main> Imported module Data.Strings
Main> "hello"
Main> True
Main> Error loading module DoesNotExists: Module DoesNotExists not found
Main> Bye for now!