Patch Changes #350 00f6898 Thanks @vecerek! - Add schema for BigintFromString #359 cb00668 Thanks @vecerek! - Adds combinator that splits a string into an array of strings #361 60affeb Thanks @vecerek! - Adds compose: a combinator that composes Schema<A, B> with Schema<B, C> into Schema<A, C>.