Module Textual.Lang

type t =
  1. | Java
  2. | Hack
  3. | Python
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
val of_string : string -> t option
val to_string : t -> string