chenglou changed the topic of #reasonml to: facebook.github.io/reason/. Public channel logs at irclog.whitequark.org/reasonml. Discord: discord.gg/reasonml
_whitelogger has joined #reasonml
copy` has quit [Quit: Connection closed for inactivity]
copy` has joined #reasonml
arjenr has joined #reasonml
nomicflux has joined #reasonml
<arjenr>
How do I concatenate lists like I would in ocaml? before :: e1 :: e2 :: after, with before and after being lists of elements of the same time as e1 and e2?
<arjenr>
There seems to be syntax for the after part [e1, e2, ...after], but what about the before part?
<arjenr>
chenglou: yunxing: yt by chance?
<chenglou>
@arjenr hey
<chenglou>
what's before? Another list or an item?
<arjenr>
Another list. I am moving items from the after to the before list.
<arjenr>
chenglou: ^
<chenglou>
even in ocaml that'd be @ rather than :: right?