1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

📝 freeVariables.

This commit is contained in:
Rob Rix 2017-12-20 17:12:31 -05:00
parent 9c094d76ae
commit c98b61e372

View File

@ -14,6 +14,7 @@ type Name = ByteString
-- | Types which can contain unbound variables.
class FreeVariables term where
-- | The set of free variables in the given value.
freeVariables :: term -> Set Name