From e685e313f0a97c9ffd7f0fa62b7ce00826e3e89e Mon Sep 17 00:00:00 2001 From: Christian Rinderknecht Date: Fri, 13 Dec 2019 12:30:59 +0100 Subject: [PATCH] Fixed the build after I made a small error when fixing the latest merge conflict. --- src/passes/2-simplify/cameligo.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/passes/2-simplify/cameligo.ml b/src/passes/2-simplify/cameligo.ml index 8e94d65db..7483c0bf8 100644 --- a/src/passes/2-simplify/cameligo.ml +++ b/src/passes/2-simplify/cameligo.ml @@ -102,7 +102,7 @@ module Errors = struct let data = [ ("expression" , (** TODO: The labelled arguments should be flowing from the CLI. *) - thunk @@ Parser.Ligodity.ParserLog.expr_to_string + thunk @@ Parser.Cameligo.ParserLog.expr_to_string ~offsets:true ~mode:`Point t) ] in error ~data title message @@ -729,7 +729,7 @@ and simpl_cases : type a . (Raw.pattern * a) list -> (a, unit) matching result = (** TODO: The labelled arguments should be flowing from the CLI. *) let content () = Printf.sprintf "Pattern : %s" - (Parser.Ligodity.ParserLog.pattern_to_string + (Parser.Cameligo.ParserLog.pattern_to_string ~offsets:true ~mode:`Point x) in error title content in