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