From 179d9598fe62e2966471b312fd438e98ff3a272a Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Thu, 13 Dec 2018 15:50:37 -0700 Subject: Fix more dispatch issues --- lib/models/activity_j.mli | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'lib/models/activity_j.mli') diff --git a/lib/models/activity_j.mli b/lib/models/activity_j.mli index 3c93cc1..c179efb 100644 --- a/lib/models/activity_j.mli +++ b/lib/models/activity_j.mli @@ -1,29 +1,7 @@ (* Auto-generated from "activity.atd" *) [@@@ocaml.warning "-27-32-35-39"] -type snowflake = Snowflake_t.t - -type t = Activity_t.t = { id: snowflake } - -val write_snowflake : - Bi_outbuf.t -> snowflake -> unit - (** Output a JSON value of type {!snowflake}. *) - -val string_of_snowflake : - ?len:int -> snowflake -> string - (** Serialize a value of type {!snowflake} - into a JSON string. - @param len specifies the initial length - of the buffer used internally. - Default: 1024. *) - -val read_snowflake : - Yojson.Safe.lexer_state -> Lexing.lexbuf -> snowflake - (** Input JSON data of type {!snowflake}. *) - -val snowflake_of_string : - string -> snowflake - (** Deserialize JSON data of type {!snowflake}. *) +type t = Activity_t.t = { name: string; kind: int; url: string option } val write_t : Bi_outbuf.t -> t -> unit -- cgit v1.2.3