Copyright | (c) 2019-2024 Dakotah Lambert |
---|---|
License | MIT |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This module implements an algorithm to decide whether a given FSA has a syntactic semigroup which is Locally Commutative and Aperiodic, a near superclass of the Locally Threshold Testable languages.
Since: 1.1
Documentation
isLAcoms :: FiniteSemigroupRep s => s -> Bool #
True iff the semigroup recognizes a LAcom stringset.
Since: 1.2