Changeset 2717 for extracted/costLabel.mli
- Timestamp:
- Feb 23, 2013, 1:16:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extracted/costLabel.mli
r2649 r2717 26 26 27 27 open Identifiers 28 29 open Exp 28 30 29 31 open Arithmetic … … 67 69 open AST 68 70 71 open BitVectorTrie 72 69 73 type costlabel = PreIdentifiers.identifier 70 74 71 75 val costlabel_of_nat : Nat.nat -> costlabel 72 76 77 type costlabel_map = costlabel BitVectorTrie.bitVectorTrie 78 79 val costlabel_map0 : costlabel_map 80
Note: See TracChangeset
for help on using the changeset viewer.