Kind/book/test7.kind2
2024-02-22 17:01:05 -03:00

14 lines
201 B
Plaintext

test7.book
: String
= `
Kind.API.get_refs
: ∀(code: String)
(List String)
= λcode
(Kind.Term.get_refs (Kind.Term.parse code))
`
test7
: String
= (Kind.Book.to_hvm (Kind.Book.parse test7.book))