proposit-core
    Preparing search index...

    Variable CoreLogicalOperatorTypeConst

    CoreLogicalOperatorType: TUnion<
        [
            TLiteral<"not">,
            TLiteral<"and">,
            TLiteral<"or">,
            TLiteral<"implies">,
            TLiteral<"iff">,
        ],
    > = ...