hhvm / hack-codegen

Library to programatically generate Hack code and write it to signed files
https://hhvm.github.io/hack-codegen/
MIT License
341 stars 93 forks source link

Add type hints to lambda parameters #115

Closed aloiret closed 5 years ago

aloiret commented 5 years ago

Summary: required for .hhconfig disallow_ambiguous_lambda.

lexidor commented 5 years ago

@fredemmott This patch is required for hhast. Thanks for the PR @aloiret. Your work passes my double check.

lexidor commented 5 years ago

https://github.com/hhvm/hhast/pull/196