diff options
| author | Adelyn Breelove <[email protected]> | 2018-12-14 10:52:36 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2018-12-14 10:52:36 -0700 |
| commit | af684566617ebce536e9f30693aa3e225af906c4 (patch) | |
| tree | 0184187b0b90e402f74402ffd6975d54fd1b5bb9 /lib/models/ban_t.ml | |
| parent | Fix more dispatch issues (diff) | |
| download | disml-af684566617ebce536e9f30693aa3e225af906c4.tar.xz disml-af684566617ebce536e9f30693aa3e225af906c4.zip | |
There's a lot going on
Diffstat (limited to 'lib/models/ban_t.ml')
| -rw-r--r-- | lib/models/ban_t.ml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/models/ban_t.ml b/lib/models/ban_t.ml deleted file mode 100644 index 7d9c5a0..0000000 --- a/lib/models/ban_t.ml +++ /dev/null @@ -1,6 +0,0 @@ -(* Auto-generated from "ban.atd" *) - [@@@ocaml.warning "-27-32-35-39"] - -type user = User_t.t - -type t = { reason: string option; user: user } |