Idris2/tests/idris2/pkg004/Dummy.idr

8 lines
120 B
Idris
Raw Normal View History

2020-06-08 19:21:22 +03:00
module Dummy
something : String
something = "Something something"
data Proxy : Type -> Type where
MkProxy : Proxy a