Idris2/tests/idris2/interpreter003/expected

15 lines
309 B
Plaintext
Raw Normal View History

Main> Error: Undefined name fromMaybe.
(Interactive):1:1--1:10
2020-07-22 22:16:43 +03:00
1 | fromMaybe "test" Nothing
2021-02-11 20:24:26 +03:00
^^^^^^^^^
2020-06-16 15:59:47 +03:00
Main> Imported module Data.Maybe
Main> "test"
Main> Imported module Data.String
2020-06-16 15:59:47 +03:00
Main> "hello"
Main> True
Main> Error loading module DoesNotExists: Module DoesNotExists not found
2020-06-16 15:59:47 +03:00
Main> Bye for now!