mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
fix in the proof search. when we start the generation from a template, we must start the refinement from the expression that the typecheker generated
This commit is contained in:
@@ -574,7 +574,7 @@ checkResolvedMetaStore scope e = do
|
||||
|
||||
generateForMetas :: Selector s => (Scope -> TType -> TcM s Expr) -> Expr -> TcM s Expr
|
||||
generateForMetas prove e = do
|
||||
infExpr emptyScope e
|
||||
(e,_) <- infExpr emptyScope e
|
||||
fillinVariables
|
||||
refineExpr e
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user