mirror of
https://github.com/github/semantic.git
synced 2025-01-04 13:34:31 +03:00
Define ArbitraryTerm in Term.Arbitrary.
This commit is contained in:
parent
3ada142796
commit
6206f8ae93
@ -1 +1,7 @@
|
|||||||
module Term.Arbitrary where
|
module Term.Arbitrary where
|
||||||
|
|
||||||
|
import Prologue
|
||||||
|
import Term
|
||||||
|
|
||||||
|
newtype ArbitraryTerm leaf annotation = ArbitraryTerm { unArbitraryTerm :: TermF leaf annotation (ArbitraryTerm leaf annotation) }
|
||||||
|
deriving (Show, Eq, Generic)
|
||||||
|
Loading…
Reference in New Issue
Block a user