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