1
1
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:
Rob Rix 2017-12-21 09:41:33 -05:00
parent ea4e0dcc6c
commit acf46ec14f

View File

@ -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))