Skip to content

Commit

Permalink
Updating: very very minorly
Browse files Browse the repository at this point in the history
  • Loading branch information
githwxi committed Nov 9, 2024
1 parent d4a009c commit 19dec2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prelude/DATS/strn000.dats
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ $UN.strn_fset$at$raw
(cs, i0, c0) =
strn_fmake_fwork<>
(
lam(work) => iforitm(cs,
lam(work) =>
strn_iforitm_f2un(cs,
lam(i1,c1) =>
(if (i0 = i1) then work(c0) else work(c1))))
//
Expand Down

0 comments on commit 19dec2e

Please sign in to comment.