> {-# OPTIONS_HADDOCK show-extensions #-}
> {-|
> Module    : LTK.Decide.SL
> Copyright : (c) 2019 Dakotah Lambert
> License   : MIT

> This module implements an algorithm to decide whether a given FSA
> is Strictly Local (SL).
>
> @since 0.2
> -}
> module LTK.Decide.SL (isSL) where
> import LTK.Extract.SL (isSL)