aboutsummaryrefslogtreecommitdiff
path: root/intf/constrexpr.ml
AgeCommit message (Collapse)Author
2017-06-14Constrexpr.Numeral stays uninterpreted (string+sign instead of BigInt.t)Pierre Letouzey
This string contains the base-10 representation of the number (big endian) Note that some inner parsing stuff still uses bigints, see egramcoq.ml
2017-06-07Put all plugins behind an "API".Matej Kosik