mirror of
https://github.com/github/semantic.git
synced 2025-01-02 20:41:38 +03:00
Add Break Syntax constructor
This commit is contained in:
parent
d32e94bab1
commit
1329d6c763
@ -88,6 +88,7 @@ data Syntax a f
|
|||||||
| Defer f
|
| Defer f
|
||||||
| TypeAssertion f f
|
| TypeAssertion f f
|
||||||
| TypeConversion f f
|
| TypeConversion f f
|
||||||
|
| Break f
|
||||||
deriving (Eq, Foldable, Functor, Generic, Generic1, Mergeable, Ord, Show, Traversable, ToJSON)
|
deriving (Eq, Foldable, Functor, Generic, Generic1, Mergeable, Ord, Show, Traversable, ToJSON)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user