Merge pull request #273 from noahhaasis/remove-todo

Remove obsolete todo
This commit is contained in:
Arya Irani 2018-12-15 09:13:26 -05:00 committed by GitHub
commit 3f5aecd83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,6 @@ import Unison.Var (Var)
import qualified Unison.Var as Var
import Unsafe.Coerce
-- todo: add loc to MatchCase
data MatchCase loc a = MatchCase (Pattern loc) (Maybe a) a
deriving (Show,Eq,Foldable,Functor,Generic,Generic1,Traversable)