Idris2/tests/idris2/interpreter003/expected

15 lines
322 B
Plaintext
Raw Normal View History

Main> Error: Undefined name fromMaybe.
(interactive):1:1--1:25
|
2020-07-22 22:16:43 +03:00
1 | fromMaybe "test" Nothing
| ^^^^^^^^^^^^^^^^^^^^^^^^
2020-06-16 15:59:47 +03:00
Main> Imported module Data.Maybe
Main> "test"
Main> Imported module Data.Strings
Main> "hello"
Main> True
Main> Error loading module DoesNotExists: DoesNotExists not found
Main> Bye for now!