packages feed

reason-export-0.1.0.0: test/PostTypeWithOptions.re

open CommentType;

type post =
    { postId : int
    , postName : string
    , postAge : option (float)
    , postComments : list (comment)
    , postPromoted : option (comment)
    , postAuthor : option (string)
    }