Idris2/tests/idris2/basic/interpolation003/expected
2023-09-07 14:57:22 +01:00

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!