record BuildMod : TypeMkBuildMod : String -> ModuleIdent -> List ModuleIdent -> BuildMod.buildFile : BuildMod -> String.buildNS : BuildMod -> ModuleIdent.imports : BuildMod -> List ModuleIdentShow BuildMod.buildFile : BuildMod -> StringbuildFile : BuildMod -> String.buildNS : BuildMod -> ModuleIdentbuildNS : BuildMod -> ModuleIdent.imports : BuildMod -> List ModuleIdentimports : BuildMod -> List ModuleIdentgetBuildMods : Ref Ctxt Defs => Ref ROpts REPLOpts => FC -> List BuildMod -> String -> Core (List BuildMod)needsBuilding : Ref Ctxt Defs => Ref ROpts REPLOpts => String -> String -> List String -> Core BoolbuildMods : Ref Ctxt Defs => Ref Syn SyntaxInfo => Ref ROpts REPLOpts => FC -> Nat -> Nat -> List BuildMod -> Core (List Error)buildDeps : Ref Ctxt Defs => Ref Syn SyntaxInfo => Ref MD Metadata => Ref UST UState => Ref ROpts REPLOpts => String -> Core (List Error)buildAll : Ref Ctxt Defs => Ref Syn SyntaxInfo => Ref ROpts REPLOpts => List String -> Core (List Error)