diff options
author | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2014-03-04 21:53:21 +0100 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2014-03-05 00:12:36 +0100 |
commit | ec00fc09265f86b8cfd6bd6c7c72e20b35e7d436 (patch) | |
tree | 162b160b8c783a9baaaf96708fb63718ecdaaffd /grammar | |
parent | 67ea352bbd693d5d0077bb947f8261ee1b0a5c27 (diff) |
Adding a CSet module in Coq lib.
Diffstat (limited to 'grammar')
-rw-r--r-- | grammar/grammar.mllib | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/grammar/grammar.mllib b/grammar/grammar.mllib index 3f5fc5e86..fd1d0e47e 100644 --- a/grammar/grammar.mllib +++ b/grammar/grammar.mllib @@ -1,6 +1,9 @@ Coq_config Hook +Hashset +Hashcons +CSet CMap Int Option @@ -12,8 +15,6 @@ Flags Pp Loc Errors -Hashset -Hashcons CList CString CArray |