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

📝 FreeVariables.

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

View File

@ -12,6 +12,7 @@ import Data.Union
type Name = ByteString
-- | Types which can contain unbound variables.
class FreeVariables term where
freeVariables :: term -> Set Name