packages feed

cpsa-3.6.2: src/ocaml/sexpr_type.ml

type 'a sexpr =
  | S of 'a * string
  | Q of 'a * string
  | N of 'a * int
  | L of 'a * 'a sexpr list