Home
last modified time | relevance | path

Searched refs:axiomName (Results 1 – 3 of 3) sorted by relevance

/dports/math/vampire/vampire-4.5.1/Kernel/
H A DInferenceStore.cpp714 vstring axiomName; in printStep() local
715 if (!outputAxiomNames || !Parse::TPTP::findAxiomName(us, axiomName)) { in printStep()
716 axiomName="unknown"; in printStep()
718 inferenceStr="file("+fileName+","+quoteAxiomName(axiomName)+")"; in printStep()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/
H A DAbstract.hs889 axiomName :: Declaration -> QName
890 axiomName (Axiom _ _ _ _ q _) = q function
891 axiomName (ScopedDecl _ (d:_)) = axiomName d function
892 axiomName _ = __IMPOSSIBLE__ function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DData.hs160 return $ if isPathCons == PathCons then Just (A.axiomName c) else Nothing
165 let cons = map A.axiomName cs -- get constructor names