packages feed

idris-1.0: samples/tutorial/Prims.idr

module Prims

x : Int
x = 42

foo : String
foo = "Sausage machine"

bar : Char
bar = 'Z'

quux : Bool
quux = False