Module Values.AnalysisSchemeLanguageSource

Sourcetype nonrec t =
  1. | Ar
  2. | Bg
  3. | Ca
  4. | Cs
  5. | Da
  6. | De
  7. | El
  8. | En
  9. | Es
  10. | Eu
  11. | Fa
  12. | Fi
  13. | Fr
  14. | Ga
  15. | Gl
  16. | He
  17. | Hi
  18. | Hu
  19. | Hy
  20. | Id
  21. | It
  22. | Ja
  23. | Ko
  24. | Lv
  25. | Mul
  26. | Nl
  27. | No
  28. | Pt
  29. | Ro
  30. | Ru
  31. | Sv
  32. | Th
  33. | Tr
  34. | Zh_Hans
  35. | Zh_Hant
  36. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t