Idris2/tests/node/node025/Fix1037.idr
stefan-hoeck 1104776430 fix 1037
2021-02-08 15:47:23 +00:00

6 lines
172 B
Idris

main : HasIO io => io ()
main = do printLn (0 * the Bits8 1)
printLn (0 * the Bits16 1)
printLn (0 * the Bits32 1)
printLn (0 * the Bits64 1)