mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
274954998b
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
9 lines
267 B
Plaintext
9 lines
267 B
Plaintext
1/1: Building Test (Test.idr)
|
|
Main> "This is TT"
|
|
Main> "This is FF"
|
|
Main> "This is a number : S S S 0"
|
|
Main> "2TT: TTTT"
|
|
Main> Main.test : String
|
|
test = concat [interpolate 2, interpolate True, interpolate ": ", interpolate True, interpolate True]
|
|
Main> Bye for now!
|