Skip to content

Commit cde1256

Browse files
committed
mkFunTys'
1 parent 605efe5 commit cde1256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-tactics-plugin/src/Wingman/Tactics.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ nary :: Int -> TacticsM ()
473473
nary n =
474474
applyByType $
475475
mkInvForAllTys [alphaTyVar, betaTyVar] $
476-
mkFunTys (replicate n alphaTy) betaTy
476+
mkFunTys' (replicate n alphaTy) betaTy
477477

478478

479479
self :: TacticsM ()

0 commit comments

Comments
 (0)