mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +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
|