kailua_check 1.1.0

Type checker for Kailua
Documentation
1
2
3
4
5
6
7
-- definitions used for testing Kailua (should not be used for other purpose!)

--# assume global kailua_test: const {
--#     gen_tvar: const [`internal kailua_gen_tvar`] function() --> any;
--#     assert_tvar: const [`internal kailua_assert_tvar`] function(any);
--# }