File: untypable.atd

package info (click to toggle)
ocaml-atd 2.16.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,768 kB
  • sloc: ml: 45,944; python: 827; sh: 339; makefile: 306; cpp: 195; java: 76
file content (9 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
(* File untypable.atd *)

type obj_list = obj list

type obj = {
  ?label: string option;
  ?labels: string list option;
  value: abstract  (* requires ATD >= 2.6.0 *)
}