Skip to content

Commit

Permalink
add map2 mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrh authored and xrchz committed May 13, 2019
1 parent 96ec9c1 commit abdc6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/lem_lib_stub/lib.lem
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ val map2 : forall 'a 'b 'c. ('a -> 'b -> 'c) -> list 'a -> list 'b -> list 'c
declare hol target_rep function all2 = `EVERY2`
declare hol target_rep function map2 = `MAP2`
declare isabelle target_rep function all2 = `list_all2`
declare isabelle target_rep function map2 = `map2`

let rec the _ (Just x) = x and the x Nothing = x

Expand Down

0 comments on commit abdc6fa

Please sign in to comment.