Module Pl_Template.Variant

module Variant: sig .. end

type t = 
| Null
| String of string
| Int of int
| Float of float
| Bool of bool
| Array of t list
| Hash of (string * t) list