Idris2-boot/samples/Prims.idr
2020-02-25 18:34:32 +00:00

14 lines
115 B
Idris

module Prims
x : Int
x = 94
foo : String
foo = "Sausage machine"
bar : Char
bar = 'Z'
quux : Bool
quux = False