package guardian

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

Module Entity.ActorModelSource

include module type of struct include ActorModel end
type t = ActorModel.t
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t
val name : t -> string
val of_string : string -> t option
val of_string_exn : string -> t
val of_string_res : string -> (t, string) CCResult.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val all : t list