Solve generated goals for signatures

This commit is contained in:
Iavor Diatchki 2022-06-10 09:18:55 -07:00
parent ca17f7f6df
commit 381612d4f1

View File

@ -1163,6 +1163,8 @@ checkSignature sig =
forM_ (P.sigFunParams sig) \f ->
addParamFun =<< checkParameterFun f
proveModuleTopLevel
checkDecl :: Bool -> P.Decl Name -> Maybe Text -> InferM ()