proposit-core
    Preparing search index...

    Type Alias TForkLibrarySnapshot<TArgFork, TPremiseFork, TExprFork, TVarFork, TClaimFork>

    Serializable snapshot of a ForkLibrary. Contains arrays of fork records for each entity type.

    Type Parameters

    Index

    Properties

    arguments: TArgFork[]

    All argument fork records.

    claims: TClaimFork[]

    All claim fork records.

    expressions: TExprFork[]

    All expression fork records.

    premises: TPremiseFork[]

    All premise fork records.

    variables: TVarFork[]

    All variable fork records.