mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Generate assignments.
This commit is contained in:
parent
068941e3e1
commit
e03236d301
@ -70,4 +70,5 @@ expr = Gen.recursive Gen.choice atoms
|
||||
, Gen.subterm2 expr expr (Core.>>>)
|
||||
, Gen.subtermM2 expr expr (\ x y -> (Core.>>>= y) . (Core.:<- x) <$> name)
|
||||
, Gen.subtermM expr (\ x -> (x Core....) . namedValue <$> name)
|
||||
, Gen.subterm2 expr expr (Core..=)
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user