Module Mlsem_app.Main

module MVariable = Mlsem_lang.MVariable
module type Main = sig ... end
module Make (P : PAst.ParserExt) : Main with module P = P
module NoExt : Main with module P = PNoExt