aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/Extraction_infix.out
blob: 35ded8013a04844a2726b14903915badcbc32170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(** val test : foo **)

let test =
  (fun (b, p) -> bar) (True, False)
(** val test : foo **)

let test =
  True@@?False
(** val test : foo **)

let test =
  True#^^False
(** val test : foo **)

let test =
  True@?:::False