doc[core]
This commit is contained in:
parent
b7e579dc20
commit
3847e1e81e
6 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue