Idris2/tests/idris2/pkg004/Dummy.idr
2020-06-08 19:21:22 +03:00

8 lines
120 B
Idris

module Dummy
something : String
something = "Something something"
data Proxy : Type -> Type where
MkProxy : Proxy a