Kind/book/test7.kind2
2024-03-01 20:40:31 -03:00

8 lines
117 B
Plaintext

test7
: (IO Unit)
= (IO.run
Unit
(IO.print.do
(Kind.Book.to_hvm (Kind.Book.parse test7.book))
)
)