rowtype-yoga / purescript-protobuf

Google Protocol Buffers for PureScript
http://pursuit.purescript.org/packages/purescript-protobuf/
BSD 3-Clause "New" or "Revised" License
54 stars 5 forks source link

Add MonadRec constraint to put functions #39

Closed jamesdbrock closed 4 weeks ago

jamesdbrock commented 4 weeks ago

Replace all internal use of traverse_ with foldRecM.

putRepeated and putPacked will be stack-safe.

Resolves #38