feat: Ability to specify integer definitions
This commit is contained in:
parent
4bd766027f
commit
bf525c2dfd
11 changed files with 142 additions and 12 deletions
8
src/Language/Scalie/Domain/Type.hs
Normal file
8
src/Language/Scalie/Domain/Type.hs
Normal file
|
@ -0,0 +1,8 @@
|
|||
{-# LANGUAGE Safe #-}
|
||||
module Language.Scalie.Domain.Type (Type(..)) where
|
||||
|
||||
import Data.Kind qualified
|
||||
|
||||
type Type :: Data.Kind.Type
|
||||
data Type
|
||||
= RawInt
|
Loading…
Add table
Add a link
Reference in a new issue