1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 13:34:31 +03:00

Export the Term constructors/eliminators.

This commit is contained in:
Rob Rix 2019-10-18 18:25:33 -04:00
parent a337ba1eb6
commit dbd91ca2ef
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ module Language.Go.Assignment
( assignment
, Go.Syntax
, Grammar
, Go.Term
, Go.Term(..)
) where
import Prologue

View File

@ -4,7 +4,7 @@ module Language.Markdown.Assignment
( assignment
, Markdown.Syntax
, Grammar
, Markdown.Term
, Markdown.Term(..)
) where
import Prologue

View File

@ -4,7 +4,7 @@ module Language.PHP.Assignment
( assignment
, PHP.Syntax
, Grammar
, PHP.Term
, PHP.Term(..)
) where
import Prologue

View File

@ -4,7 +4,7 @@ module Language.Python.Assignment
( assignment
, Python.Syntax
, Grammar
, Python.Term
, Python.Term(..)
) where
import Assigning.Assignment hiding (Assignment, Error)

View File

@ -3,7 +3,7 @@ module Language.Ruby.Assignment
( assignment
, Ruby.Syntax
, Grammar
, Ruby.Term
, Ruby.Term(..)
) where
import Prologue hiding (for, unless)

View File

@ -4,7 +4,7 @@ module Language.TypeScript.Assignment
( assignment
, TypeScript.Syntax
, Grammar
, TypeScript.Term
, TypeScript.Term(..)
) where
import Assigning.Assignment hiding (Assignment, Error)