From f88d78d60bad406ce775d29ec5891d8c46974119 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Wed, 21 May 2025 11:51:00 +0200 Subject: Rename auxiliary parser modules --- src/Language/SimpleShell/Parser/Common/Root.hs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Language/SimpleShell/Parser/Common/Root.hs (limited to 'src/Language/SimpleShell/Parser/Common/Root.hs') diff --git a/src/Language/SimpleShell/Parser/Common/Root.hs b/src/Language/SimpleShell/Parser/Common/Root.hs new file mode 100644 index 0000000..c0ec448 --- /dev/null +++ b/src/Language/SimpleShell/Parser/Common/Root.hs @@ -0,0 +1,12 @@ +module Language.SimpleShell.Parser.Common.Root + ( RootParser + ) +where + + +import Data.Void (Void) +import Data.Text (Text) +import Text.Megaparsec (Parsec) + + +type RootParser = Parsec Void Text -- cgit v1.2.3