Module Textual.Lang

type t =
  1. | C
  2. | Hack
  3. | Java
  4. | Python
  5. | Rust
  6. | Swift
  7. | ObjectiveC
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
include Ppx_hash_lib.Hashable.S with type t := t
val hash_fold_t : t Base__Ppx_hash_lib.hash_fold
val hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_value
val of_string : string -> t option
val to_string : t -> string
val is_swift : t -> bool
val is_c : t -> bool