Module Make.Subscription

type 'msg t =
  1. | None
  2. | Batch of 'msg t list
  3. | Root of string * 'msg decoder