Idris2/samples/Prims.idr

14 lines
115 B
Idris
Raw Normal View History

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