We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6782b commit cda8f90Copy full SHA for cda8f90
analysis/src/State.ml
@@ -4,8 +4,6 @@ open TopTypes
4
let isMl path =
5
Filename.check_suffix path ".ml" || Filename.check_suffix path ".mli"
6
7
-let compose fn1 fn2 arg = fn1 arg |> fn2
8
-
9
let converter src =
10
let mlToOutput s = [s] in
11
fold src mlToOutput (fun src ->
0 commit comments