Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHARGUERAUD Arthur
cfml
Commits
1d9dbd2e
Commit
1d9dbd2e
authored
Nov 28, 2018
by
Armaël Guéneau
Browse files
Coq 8.9 compat: Require Import ZArith.BinIntDef to get numeral notations for Z
parent
bb9c876d
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/characteristic.ml
View file @
1d9dbd2e
...
...
@@ -1662,7 +1662,7 @@ let cfg_file str =
[
Cftop_coqs
([
Coqtop_set_implicit_args
;
Coqtop_require
[
"Coq.ZArith.BinInt"
;
"TLC.LibLogic"
;
"TLC.LibRelation"
;
"TLC.LibInt"
;
"TLC.LibListZ"
;
"CFML.Shared"
;
"CFML.CFHeaps"
;
"CFML.CFApp"
;
"CFML.CFPrint"
;
"CFML.CFBuiltin"
];
Coqtop_require_import
[
"CFML.CFHeader"
];
Coqtop_require_import
[
"Coq.ZArith.BinIntDef"
;
"CFML.CFHeader"
];
Coqtop_custom
"Delimit Scope Z_scope with Z."
;
Coqtop_custom
"Local Open Scope cfheader_scope."
;
(*DEPRECATED Coqtop_custom "Open Scope list_scope.";*)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment