mirror of
https://github.com/github/semantic.git
synced 2024-12-23 14:54:16 +03:00
Define annotation syntax.
This commit is contained in:
parent
8bbdd4ad0f
commit
e6e6b8e900
@ -1 +1,6 @@
|
||||
module Data.Syntax.Type where
|
||||
|
||||
import Prologue
|
||||
|
||||
data Annotation a = Annotation { annotationSubject :: !a, annotationType :: !a }
|
||||
deriving (Eq, Show)
|
||||
|
Loading…
Reference in New Issue
Block a user