diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-17 10:41:38 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-17 10:41:38 -0700 |
| commit | 8078a13e2382ce85fba3bd0bb8b22e336e8cb6a9 (patch) | |
| tree | 281475ea7fdab6440916bf070dd975348bcf39f3 /lib/models/reaction.mli | |
| parent | Resolve non-ff merge (diff) | |
| download | disml-8078a13e2382ce85fba3bd0bb8b22e336e8cb6a9.tar.xz disml-8078a13e2382ce85fba3bd0bb8b22e336e8cb6a9.zip | |
Fix mli files and add member methods back
Diffstat (limited to 'lib/models/reaction.mli')
| -rw-r--r-- | lib/models/reaction.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/models/reaction.mli b/lib/models/reaction.mli index 08572df..38343cb 100644 --- a/lib/models/reaction.mli +++ b/lib/models/reaction.mli @@ -1,4 +1,5 @@ -type t = Reaction_t.t +include module type of Reaction_t + (* val delete : Reaction_t.t -> Yojson.Safe.json Deferred.Or_error.t val get_users : Reaction_t.t -> int -> User_t.t list Deferred.Or_error.t val get_users_after : Reaction_t.t -> Snowflake.t -> int -> User_t.t list Deferred.Or_error.t |