mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-03-18 21:10:07 +00:00
Fixed subtyping
This commit is contained in:
@@ -4,6 +4,7 @@ module Parser.Expression where
|
||||
|
||||
import Parser.General
|
||||
import Model.Function
|
||||
import Model.Type (Expression (..))
|
||||
import qualified Data.Text as Text
|
||||
import Text.Megaparsec
|
||||
import Text.Megaparsec.Char
|
||||
|
||||
Reference in New Issue
Block a user