mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 22:32:19 +03:00
15 lines
309 B
Plaintext
15 lines
309 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.String
|
|
Main> "hello"
|
|
Main> True
|
|
Main> Error loading module DoesNotExists: Module DoesNotExists not found
|
|
|
|
Main> Bye for now!
|