packages feed

reason-export-0.1.0.0: test/WrapperDecoder.re

open WrapperType;

let rec decodeWrapper = json =>
    Wrapper (json |> Json.Decode.field ("arg0"
                                       ,Json.Decode.int),)