feat: Ability to specify integer definitions

This commit is contained in:
vegowotenks 2025-08-12 10:12:46 +02:00
parent 4bd766027f
commit bf525c2dfd
11 changed files with 142 additions and 12 deletions

View 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