Idris2/tests/idris2/interpreter003/expected
2021-02-12 18:37:12 +00:00

15 lines
310 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!