Changeset 2985 for extracted/joint_printer.ml
- Timestamp:
- Mar 27, 2013, 6:31:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extracted/joint_printer.ml
r2983 r2985 1386 1386 { cip_print_serialization_params = (lin_print_serialization_params lp pp); 1387 1387 fold_code = (fun _ f m a -> 1388 ( List.foldr (fun x res->1388 (Util.foldl (fun res x -> 1389 1389 let { Types.fst = pc; Types.snd = res' } = res in 1390 1390 { Types.fst = (Nat.S pc); Types.snd = (Obj.magic f pc x res') })
Note: See TracChangeset
for help on using the changeset viewer.