Skip to content

Commit

Permalink
rename for-given to for
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorTaelin committed Oct 21, 2024
1 parent c02879e commit 8ba7ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kind/Parse.hs
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ parseDoFor monad = do
char_skp '}'
body <- parseStmt monad
return (Nothing, nam, lst, loop, body) ]
let f0 = Ref "Base/List/for-given"
let f0 = Ref "Base/List/for"
let f1 = App f0 (Met 0 [])
let f2 = App f1 (Ref (monad ++ "/Monad"))
let f3 = App f2 (Met 0 [])
Expand Down

0 comments on commit 8ba7ff4

Please sign in to comment.