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 13, 2024
1 parent b3e630d commit 6356712
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prelude/DATS/bool000.dats
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ if b0 then false else (true))
(* ****** ****** *)
(* ****** ****** *)
//
#impltmp
< a: t0 >
bool_ifval
(b0, x1, y2) = if b0 then x1 else y2
//
(* ****** ****** *)
(* ****** ****** *)
//
(* ****** ****** *)(* ****** ****** *)
(* ****** ****** *)(* ****** ****** *)

Expand Down

0 comments on commit 6356712

Please sign in to comment.