Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
9fba8752
Commit
9fba8752
authored
Jul 08, 2019
by
Philippe Veber
Browse files
Debug: added a simple eval
parent
18183192
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lib/debug.ml
lib/debug.ml
+3
-0
No files found.
lib/debug.ml
View file @
9fba8752
...
...
@@ -18,6 +18,9 @@ let with_workflow w ~f =
)
|
exn
->
raise
exn
let
eval
w
=
with_workflow
w
~
f
:
Fn
.
id
let
path
w
=
with_workflow
(
Workflow
.
eval_path
w
)
~
f
:
(
fun
x
->
x
)
...
...
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