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
ec10070b
Commit
ec10070b
authored
Jan 07, 2016
by
POTTIER Francois
Browse files
Uses of [flow_map].
parent
bc1ee0f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/print_coq.ml
View file @
ec10070b
...
...
@@ -310,19 +310,19 @@ let top = function
|
Coqtop_implicit
(
x
,
xs
)
->
string
"Implicit Arguments "
^^
string
x
^/^
brackets
(
separate
_map
space
implicit
xs
)
brackets
(
flow
_map
space
implicit
xs
)
^^
dot
|
Coqtop_register
(
db
,
x
,
v
)
->
sprintf
"Hint Extern 1 (Register %s %s) => Provide %s."
db
x
v
|
Coqtop_hint_constructors
(
xs
,
base
)
->
string
"Hint Constructors "
^^
separate
_map
space
string
xs
^^
flow
_map
space
string
xs
^^
spacecolon
^/^
string
base
^^
dot
|
Coqtop_hint_unfold
(
xs
,
base
)
->
string
"Hint Unfold "
^^
separate
_map
space
string
xs
^^
flow
_map
space
string
xs
^^
spacecolon
^/^
string
base
^^
dot
...
...
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