Idris2/tests/idris2/basic/interpolation001/IfThenElse.idr
2023-09-07 14:57:22 +01:00

3 lines
66 B
Idris

ifthenelse : String
ifthenelse = "\{ if True then "a" else "b" }"