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 Sep 14, 2024
1 parent 4a8254d commit f5ad551
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions prelude/DATS/gint001.dats
Original file line number Diff line number Diff line change
Expand Up @@ -372,14 +372,14 @@ end(*let*)//else//end-of-[if]
//
#impltmp
< y0:vt >
nint_map_lstrm_f1un
nint_map_f1un_lstrm
(ni, fopr) =
(
nint_map_lstrm<y0>(ni))
where
{ #impltmp
map$fopr<ni><y0>(i0) = fopr( i0 )
}(*where*)//end-[nint_map_lstrm_f1un]
}(*where*)//end-[nint_map_f1un_lstrm]
//
(* ****** ****** *)
//
Expand Down Expand Up @@ -409,14 +409,14 @@ end(*let*)//else//end-of-[if]
//
#impltmp
< y0:vt >
nint_rmap_lstrm_f1un
nint_rmap_f1un_lstrm
(ni, fopr) =
(
nint_rmap_lstrm<y0>(ni))
where
{ #impltmp
rmap$fopr<ni><y0>(i0) = fopr( i0 )
}(*where*)//end-[nint_rmap_lstrm_f1un]
}(*where*)//end-[nint_rmap_f1un_lstrm]
//
(* ****** ****** *)
(* ****** ****** *)
Expand Down Expand Up @@ -458,6 +458,19 @@ end(*let*)//else//end-of-[if(...)]
//
}(*where*)//end-[nint_map_llist(ni)]
//
#impltmp
< y0:vt >
nint_map_f1un_llist
(ni, fopr) =
(
nint_map_llist
< y0 >( ni )) where
{
#impltmp
map$fopr<ni><y0>( i0 ) = fopr( i0 )
}
//
(* ****** ****** *)
(* ****** ****** *)
//
#impltmp
Expand Down Expand Up @@ -492,6 +505,18 @@ end(*let*)//else//end-of-[if(...)]
//
}(*where*)//end-[nint_map_llist(ni)]
//
#impltmp
< y0:vt >
nint_rmap_f1un_llist
(ni, fopr) =
(
nint_rmap_llist
< y0 >( ni )) where
{
#impltmp
rmap$fopr<ni><y0>( i0 ) = fopr( i0 )
}
//
(* ****** ****** *)
(* ****** ****** *)
//
Expand Down

0 comments on commit f5ad551

Please sign in to comment.