Methods
basic_analysis :: HolLight -> Maybe (((), Sign, GlobalAnnos) -> Result ((), ExtSign Sign (), [Named Sentence])) Source #
sen_analysis :: HolLight -> Maybe (((), Sign, Sentence) -> Result Sentence) Source #
extBasicAnalysis :: HolLight -> IRI -> LibName -> () -> Sign -> GlobalAnnos -> Result ((), ExtSign Sign (), [Named Sentence]) Source #
stat_symb_map_items :: HolLight -> Sign -> Maybe Sign -> [()] -> Result (EndoMap ()) Source #
stat_symb_items :: HolLight -> Sign -> [()] -> Result [()] Source #
convertTheory :: HolLight -> Maybe ((Sign, [Named Sentence]) -> ()) Source #
ensures_amalgamability :: HolLight -> ([CASLAmalgOpt], Gr Sign (Int, HolLightMorphism), [(Int, HolLightMorphism)], Gr String String) -> Result Amalgamates Source #
quotient_term_algebra :: HolLight -> HolLightMorphism -> [Named Sentence] -> Result (Sign, [Named Sentence]) Source #
signature_colimit :: HolLight -> Gr Sign (Int, HolLightMorphism) -> Result (Sign, Map Int HolLightMorphism) Source #
qualify :: HolLight -> SIMPLE_ID -> LibName -> HolLightMorphism -> Sign -> Result (HolLightMorphism, [Named Sentence]) Source #
symbol_to_raw :: HolLight -> () -> () Source #
id_to_raw :: HolLight -> Id -> () Source #
matches :: HolLight -> () -> () -> Bool Source #
empty_signature :: HolLight -> Sign Source #
add_symb_to_sign :: HolLight -> Sign -> () -> Result Sign Source #
signature_union :: HolLight -> Sign -> Sign -> Result Sign Source #
signatureDiff :: HolLight -> Sign -> Sign -> Result Sign Source #
intersection :: HolLight -> Sign -> Sign -> Result Sign Source #
final_union :: HolLight -> Sign -> Sign -> Result Sign Source #
morphism_union :: HolLight -> HolLightMorphism -> HolLightMorphism -> Result HolLightMorphism Source #
is_subsig :: HolLight -> Sign -> Sign -> Bool Source #
subsig_inclusion :: HolLight -> Sign -> Sign -> Result HolLightMorphism Source #
generated_sign :: HolLight -> Set () -> Sign -> Result HolLightMorphism Source #
cogenerated_sign :: HolLight -> Set () -> Sign -> Result HolLightMorphism Source #
induced_from_morphism :: HolLight -> EndoMap () -> Sign -> Result HolLightMorphism Source #
induced_from_to_morphism :: HolLight -> EndoMap () -> ExtSign Sign () -> ExtSign Sign () -> Result HolLightMorphism Source #
is_transportable :: HolLight -> HolLightMorphism -> Bool Source #
is_injective :: HolLight -> HolLightMorphism -> Bool Source #
theory_to_taxonomy :: HolLight -> TaxoGraphKind -> MMiSSOntology -> Sign -> [Named Sentence] -> Result MMiSSOntology Source #
corresp2th :: HolLight -> String -> Bool -> Sign -> Sign -> [()] -> [()] -> EndoMap () -> EndoMap () -> REL_REF -> Result (Sign, [Named Sentence], Sign, Sign, EndoMap (), EndoMap ()) Source #
equiv2cospan :: HolLight -> Sign -> Sign -> [()] -> [()] -> Result (Sign, Sign, Sign, EndoMap (), EndoMap ()) Source #
extract_module :: HolLight -> [IRI] -> (Sign, [Named Sentence]) -> Result (Sign, [Named Sentence]) Source #