mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 15:07:37 +03:00
13 lines
278 B
Plaintext
13 lines
278 B
Plaintext
1/1: Building Dummy (Dummy.idr)
|
|
Dummy> (interactive):1:4--1:13:Undefined name undefined at:
|
|
1 :t undefined
|
|
^^^^^^^^^
|
|
|
|
Dummy> Dummy.something : String
|
|
Dummy> "Something something"
|
|
Dummy> Dummy.Proxy : Type -> Type
|
|
Dummy> Proxy
|
|
Dummy> Proxy String : Type
|
|
Dummy>
|
|
Bye for now!
|