Idris2/tests/idris2/interpreter003/expected
Giuseppe Lomurno f658ce357f More improvements
- More migrations from String to Doc
- File context in parser errors
2020-08-18 19:25:36 +01:00

16 lines
330 B
Plaintext

Main> Error: Undefined name fromMaybe.
(interactive):1:1--1:25
|
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!