Skip to content

Commit

Permalink
Merge pull request #2 from iwashis/feature/change-agsy-to-mimer
Browse files Browse the repository at this point in the history
Add rw_complete
  • Loading branch information
iwashis authored Oct 8, 2024
2 parents c376198 + 52ac3ec commit 80059af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lib.hs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ cornelis = do
, $(command "CornelisLoad" 'doLoad) [CmdSync Async]
, $(command "CornelisGoals" 'doAllGoals) [CmdSync Async]
, $(command "CornelisSolve" 'solveOne) [CmdSync Async, rw_complete]
, $(command "CornelisAuto" 'autoOne) [CmdSync Async]
, $(command "CornelisAuto" 'autoOne) [CmdSync Async, rw_complete]
, $(command "CornelisTypeInfer" 'doTypeInfer) [CmdSync Async]
, $(command "CornelisTypeContext" 'typeContext) [CmdSync Async, rw_complete]
, $(command "CornelisTypeContextInfer" 'typeContextInfer) [CmdSync Async, rw_complete]
Expand Down

0 comments on commit 80059af

Please sign in to comment.