Idris2/tests/idris2/interpolation003/expected
André Videla 274954998b
Implement generic interpolation (#1967)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-10-13 17:26:54 +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!