summaryrefslogtreecommitdiff
path: root/test/mono/castreq.mk
AgeCommit message (Collapse)Author
2018-02-08Add (most of) the bitvector cast insertion transformationBrian Campbell
to help Lem go from a general type `bits('n)` to a specific type `bits(16)` at a case split, and the other way around for a returned value. Doesn't handle function clause patterns yet