feat[core]: Expressions and Patterns
This commit is contained in:
parent
45c02e7e54
commit
c02f1b292b
9 changed files with 192 additions and 15 deletions
8
src/Language/Scalie/Core/Expression.hs-boot
Normal file
8
src/Language/Scalie/Core/Expression.hs-boot
Normal file
|
@ -0,0 +1,8 @@
|
|||
{-# LANGUAGE Safe #-}
|
||||
module Language.Scalie.Core.Expression (Expression) where
|
||||
import Data.Kind (Type)
|
||||
|
||||
type Expression :: (Type -> Type) -> Type
|
||||
type role Expression nominal
|
||||
data Expression f
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue