mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
Note a todo for Declaration.Function.
This commit is contained in:
parent
ea4e0dcc6c
commit
acf46ec14f
@ -35,6 +35,7 @@ instance Show1 Function where liftShowsPrec = genericLiftShowsPrec
|
||||
|
||||
-- TODO: Do we need some distinct notion of a global environment?
|
||||
-- TODO: Implement evaluation under the binder for the typechecking evaluator.
|
||||
-- TODO: Filter the closed-over environment by the free variables in the term.
|
||||
instance ( Monad m
|
||||
, Ord l
|
||||
, Semigroup (Cell l (Value l t))
|
||||
|
Loading…
Reference in New Issue
Block a user