mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 16:21:46 +03:00
8 lines
120 B
Idris
8 lines
120 B
Idris
|
module Dummy
|
||
|
|
||
|
something : String
|
||
|
something = "Something something"
|
||
|
|
||
|
data Proxy : Type -> Type where
|
||
|
MkProxy : Proxy a
|