diff options
| author | Chouser <chouser@n01se.net> | 2015-01-23 22:54:15 -0500 |
|---|---|---|
| committer | Chouser <chouser@n01se.net> | 2015-01-30 12:54:42 -0500 |
| commit | f2f11f6279e1b242ba75136cd037fabdd176118a (patch) | |
| tree | 6c00050c0fd66af90a8da76daa9df7dacb82d631 /ocaml/types.ml | |
| parent | de04357cd5f2954e2d682abb97ca2b3b90ea75d1 (diff) | |
| download | mal-f2f11f6279e1b242ba75136cd037fabdd176118a.tar.gz mal-f2f11f6279e1b242ba75136cd037fabdd176118a.zip | |
Ocaml: rename Types.MalList to Types.List
Diffstat (limited to 'ocaml/types.ml')
| -rw-r--r-- | ocaml/types.ml | 2 |
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 |
