package gobject-introspection

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file utils.ml

1
2
3
4
5

let unexpected_value_for (enum : string) : (int64 -> 'a)=
  (fun x ->
     let value = " - Unexpexted value " ^ Int64.to_string x in
     let message = enum ^ value in failwith message)
OCaml

Innovation. Community. Security.