refactor[core]: Ast
module is now Core
This commit is contained in:
parent
13c3e4d007
commit
45c02e7e54
10 changed files with 24 additions and 24 deletions
|
@ -8,7 +8,7 @@ import Text.Show (show)
|
|||
import Text.Read (read)
|
||||
import Data.Map.Implicit (ImplicitMap)
|
||||
import Data.Bool (Bool)
|
||||
import Language.Scalie.Ast.Definition (Definition)
|
||||
import Language.Scalie.Core.Definition (Definition)
|
||||
import Data.Functor.Identity (Identity)
|
||||
import Test.QuickCheck (Property, allProperties)
|
||||
import Data.String (String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue