Source file deserializer.ml

1
type 'state t = (module Intf.Deserializer_intf with type state = 'state)