Idris2/tests/idris2/pkg/pkg004/Dummy.idr
2023-09-07 14:57:22 +01:00

8 lines
120 B
Idris

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