1
1
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:
Rob Rix 2017-03-29 16:28:10 -04:00
parent 8bbdd4ad0f
commit e6e6b8e900

View File

@ -1 +1,6 @@
module Data.Syntax.Type where
import Prologue
data Annotation a = Annotation { annotationSubject :: !a, annotationType :: !a }
deriving (Eq, Show)