mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
7f495999bd
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
16 lines
315 B
Plaintext
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!
|