Skip to content

Commit

Permalink
Add Any back to to_idl_prim, to replace Shared
Browse files Browse the repository at this point in the history
slipped through the cracks in #560
  • Loading branch information
nomeata committed Jul 15, 2019
1 parent 7a014f5 commit 1363f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codegen/compile.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2797,6 +2797,7 @@ module Serialization = struct
| Prim Int64 -> Some 12
| Prim Float -> Some 14
| Prim Text -> Some 15
| Any -> Some 16
| Non -> Some 17
| _ -> None
in
Expand Down

0 comments on commit 1363f33

Please sign in to comment.