Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t =
| Null
| True
| False
| Int of int64
| Float of float
| Bytes of bytes
| String of string
| List of t list
| Dict of t alist
| Struct of {
length : int;
tag : int;
fields : t list;
}
| Node of Node.t
| Relationship of Relationship.t
| UnboundRelationship of UnboundRelationship.t
| Path of Path.t
| Date of {
}
| Time of {
}
| LocalTime of {
}
| DateTime of {
}
| DateTimeZoneId of {
}
| LocalDateTime of {
}
| Duration of {
}
| Point2D of {
}
| Point3D of {
}
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val get_string : t -> (string, string) Core.result
val get_node : t -> (Node.t, string) Core.result
val get_relationship : t -> (Relationship.t, string) Core.result
val get_int : t -> (int64, string) Core.result
val get_unboundrelationship : t -> (UnboundRelationship.t, string) Core.result