Idris2/tests/idris2/interpolation003/expected

9 lines
267 B
Plaintext
Raw Normal View History

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!