Skip to content
Snippets Groups Projects
Commit b0018088 authored by erwan's avatar erwan
Browse files

build: make sure 'dune build' works in every dir (with a dune file)

parent 59377480
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ type t = {
res:int
}
let (to_string: (t -> string)) =
let (_to_string: (t -> string)) =
fun s ->
Printf.sprintf "input=%d sub=%d res=%d" s.input s.sub s.res
......
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