Copyright | (c) 2022-2024 Dakotah Lambert |
---|---|
License | MIT |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This module implements an algorithm to decide whether a given FSA is in B, the subclass of FO2[<] where all elements are idempotent but the operation is not necessarily commutative. Thus, this is a superclass of CB. The local and tier-local extensions are also provided.
Since: 1.0
Synopsis
- isB :: (Ord n, Ord e) => FSA n e -> Bool
- isBM :: (Ord n, Ord e) => SynMon n e -> Bool
- isLB :: (Ord n, Ord e) => FSA n e -> Bool
- isLBM :: (Ord n, Ord e) => SynMon n e -> Bool
- isTLB :: (Ord n, Ord e) => FSA n e -> Bool
- isTLBM :: (Ord n, Ord e) => SynMon n e -> Bool
- isBs :: FiniteSemigroupRep s => s -> Bool
- isLBs :: FiniteSemigroupRep s => s -> Bool
- isTLBs :: FiniteSemigroupRep s => s -> Bool
Documentation
isTLB :: (Ord n, Ord e) => FSA n e -> Bool #
True iff the recognized stringset is locally a band on some tier.
isBs :: FiniteSemigroupRep s => s -> Bool #
True iff the semigroup is a band.
Since: 1.2
isLBs :: FiniteSemigroupRep s => s -> Bool #
True iff the semigroup is locally a band.
Since: 1.2
isTLBs :: FiniteSemigroupRep s => s -> Bool #
True iff the semigroup is locally a band on some tier.
Since: 1.2