diff options
author | Einhard Leichtfuß <alguien@respiranto.de> | 2025-05-21 11:51:00 +0200 |
---|---|---|
committer | Einhard Leichtfuß <alguien@respiranto.de> | 2025-05-21 12:03:00 +0200 |
commit | f88d78d60bad406ce775d29ec5891d8c46974119 (patch) | |
tree | 90a4421cbcb932490f5ebc84f37de49abdba37d3 /src/Language/SimpleShell/Parser/Root.hs | |
parent | 0d0c9a61291b0fe0b9f49bdc91955ab797593fd9 (diff) |
Rename auxiliary parser modules
Diffstat (limited to 'src/Language/SimpleShell/Parser/Root.hs')
-rw-r--r-- | src/Language/SimpleShell/Parser/Root.hs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Language/SimpleShell/Parser/Root.hs b/src/Language/SimpleShell/Parser/Root.hs deleted file mode 100644 index 9fa32ff..0000000 --- a/src/Language/SimpleShell/Parser/Root.hs +++ /dev/null @@ -1,12 +0,0 @@ -module Language.SimpleShell.Parser.Root - ( RootParser - ) -where - - -import Data.Void (Void) -import Data.Text (Text) -import Text.Megaparsec (Parsec) - - -type RootParser = Parsec Void Text |