Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHARGUERAUD Arthur
cfml
Commits
e8f2a4c1
Commit
e8f2a4c1
authored
Jan 08, 2016
by
POTTIER Francois
Browse files
Remove 4 data constructors with special treatment.
parent
0137a5d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/primitives.ml
View file @
e8f2a4c1
...
...
@@ -140,10 +140,6 @@ let builtin_constructors_table =
"()"
,
(
"Coq.Init.Datatypes.tt"
,
0
);
"true"
,
(
"Coq.Init.Datatypes.true"
,
0
);
"false"
,
(
"Coq.Init.Datatypes.false"
,
0
);
"Nil"
,
(
"Coq.Lists.List.nil"
,
1
);
"Cons"
,
(
"Coq.Lists.List.cons"
,
1
);
"OkaStream.Nil"
,
(
"Coq.Lists.List.nil"
,
1
);
"OkaStream.Cons"
,
(
"Coq.Lists.List.cons"
,
1
);
]
(* --todo: add [Pervasives] as prefix *)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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