From 123c8bc693063cfc880709c7dfa700a177a66adb Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 3 Sep 2021 17:37:03 +0200 Subject: Ended refactoring --- src/bin/transcriptor.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/bin/transcriptor.ml') diff --git a/src/bin/transcriptor.ml b/src/bin/transcriptor.ml index d8cc6db..6d02e9d 100644 --- a/src/bin/transcriptor.ml +++ b/src/bin/transcriptor.ml @@ -1,8 +1,7 @@ module T = Translator module P = T.Parser -module Parser = P.Make(Sounds) -module I = Parser.MenhirInterpreter +module I = P.MenhirInterpreter let process (optional_line : string option) = match optional_line with -- cgit v1.2.3