Mentions légales du service

Skip to content

Add nullary metas in WhyML

Guillaume Melquiond requested to merge nullary_metas into master

Metas with an empty list of argument types can now be written meta "foo" () in WhyML.

Existing metas that were using empty strings to make them unary (and thus available in the surface language) have been made nullary. For compatibility purpose, they still accept empty strings as argument: meta "foo" "".

Merge request reports