diff --git a/src/core/CCParse.ml b/src/core/CCParse.ml index f53f789c..12bc43c3 100644 --- a/src/core/CCParse.ml +++ b/src/core/CCParse.ml @@ -9,7 +9,6 @@ open CCShims_ type tree = L of int | N of tree * tree end open T - open Result let mk_leaf x = L x let mk_node x y = N(x,y)