Skip to content

Commit

Permalink
fable sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmaturtle committed Jul 12, 2023
1 parent 253634b commit 3c80dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Hedgehog/Tuple.fs
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ let mapFst (f : 'a -> 'c) (x : 'a, y : 'b) : 'c * 'b =

let mapSnd (f : 'b -> 'c) (x : 'a, y : 'b) : 'a * 'c =
x, f y

// fable sanity check

0 comments on commit 3c80dcb

Please sign in to comment.