marianoguerra/wax/check/infer does not have a README file
pub(all) struct Collecting {
collected : Array[(Location?, Cell[InferredType])]
exacts : Array[(Location?, Cell[InferredType])]
declared : Cell[InferredType]?
needed : Bool
empty_exits : Array[Location]
}pub(all) enum InferredType {
Unknown
Error
UnknownRef
Null
Number
Int8
Int16
Int
LargeInt
Float
Valtype(InferredValType)
Collecting(Collecting)
}type State[A]The Wax language in MoonBit: parser, formatter, type checker, and wasm/wat emitters