mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-23 20:22:34 +03:00
14 lines
115 B
Idris
14 lines
115 B
Idris
module Prims
|
|
|
|
x : Int
|
|
x = 94
|
|
|
|
foo : String
|
|
foo = "Sausage machine"
|
|
|
|
bar : Char
|
|
bar = 'Z'
|
|
|
|
quux : Bool
|
|
quux = False
|