language-toolkit-1.2.0.0: A set of tools for analyzing languages via logic and automata
Copyright(c) 2019 Dakotah Lambert
LicenseMIT
Safe HaskellSafe-Inferred
LanguageHaskell2010

LTK.Decide.TSL

Description

This module implements an algorithm to decide whether a given FSA is Tier-Based Strictly Local (TSL) by my own algorithm.

Since: 0.2

Synopsis

Documentation

isTSL :: (Ord n, Ord e) => FSA n e -> Bool Source #

True iff the automaton recognizes a TSL stringset.