mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-13 05:48:39 +03:00
4f10bfcfd2
This is referred to in the documentation, so should be there
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
|