1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Generate assignments.

This commit is contained in:
Rob Rix 2019-07-23 15:15:55 -04:00
parent 068941e3e1
commit e03236d301
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -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..=)
]