aboutsummaryrefslogtreecommitdiff
path: root/ocaml/types.ml
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2015-01-23 22:54:15 -0500
committerChouser <chouser@n01se.net>2015-01-30 12:54:42 -0500
commitf2f11f6279e1b242ba75136cd037fabdd176118a (patch)
tree6c00050c0fd66af90a8da76daa9df7dacb82d631 /ocaml/types.ml
parentde04357cd5f2954e2d682abb97ca2b3b90ea75d1 (diff)
downloadmal-f2f11f6279e1b242ba75136cd037fabdd176118a.tar.gz
mal-f2f11f6279e1b242ba75136cd037fabdd176118a.zip
Ocaml: rename Types.MalList to Types.List
Diffstat (limited to 'ocaml/types.ml')
-rw-r--r--ocaml/types.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/types.ml b/ocaml/types.ml
index badfee3..34dba05 100644
--- a/ocaml/types.ml
+++ b/ocaml/types.ml
@@ -1,5 +1,5 @@
type mal_type =
- | MalList of mal_type list
+ | List of mal_type list
| Int of int
| Symbol of string
| Keyword of string