Skip to content
Snippets Groups Projects
Commit 1a7a041f authored by Valentin Perrelle's avatar Valentin Perrelle Committed by David Bühler
Browse files

[Dive] Fix warnings during compilation

parent eeeb89aa
No related branches found
No related tags found
No related merge requests found
......@@ -65,11 +65,11 @@ module Variable = Data.Collection (struct
let syntax = R.syntax
let fun_field = R.option "fun"
let _fun_field = R.option "fun"
~descr:(Markdown.rm "owner function for a local variable")
(module Data.Jstring)
let var_field = R.field "var"
let _var_field = R.field "var"
~descr:(Markdown.rm "variable name")
(module Data.Jstring)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment