mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
📝 FreeVariables.
This commit is contained in:
parent
ead999a09f
commit
9c094d76ae
@ -12,6 +12,7 @@ import Data.Union
|
||||
type Name = ByteString
|
||||
|
||||
|
||||
-- | Types which can contain unbound variables.
|
||||
class FreeVariables term where
|
||||
freeVariables :: term -> Set Name
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user