doc[core]

This commit is contained in:
vegowotenks 2025-08-15 12:49:40 +02:00
parent b7e579dc20
commit 3847e1e81e
6 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,10 @@
module Language.Scalie.Core.Provenance.SourceLocation (SourceLocation(..)) where
import Data.Kind (Type)
-- | Location of anything in a user-provided source file.
--
-- TODO: Add more constructors
type SourceLocation :: Type
data SourceLocation
= Synthesized