Markup.ml

module Encoding: sig .. end
Asynchronous counterpart to Encoding.
val decode : 
?report:(location -> Error.t -> unit ASYNCHRONOUS.io) ->
Encoding.t ->
(char, 'a) stream -> (int, async) stream