Rename Mima.Parser to Mima.Parse

This commit is contained in:
Joscha 2019-11-14 23:46:48 +00:00
parent 4b4c0605b5
commit c91d3f23e9
5 changed files with 9 additions and 9 deletions

View file

@ -16,7 +16,7 @@ import qualified Data.Text.IO as T
import System.IO.Error
import Text.Megaparsec
import Mima.Parser.Common
import Mima.Parse.Common
type Run a = ExceptT String IO a