mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
📝 freeVariables.
This commit is contained in:
parent
9c094d76ae
commit
c98b61e372
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user