chenglou changed the topic of #reasonml to: facebook.github.io/reason/. Public channel logs at irclog.whitequark.org/reasonml. Discord: discord.gg/reasonml
Isaiah__ has quit [Read error: Connection reset by peer]
Isaiah__ has joined #reasonml
nomicflux has joined #reasonml
nomicflux has quit [Quit: nomicflux]
nomicflux has joined #reasonml
nomicflux has quit [Quit: nomicflux]
<sgronblo> What kind of project build workflow is reason settling in on? And how is the library curation going? Will Reason use Core or Batteries? I hope there wont be yet another Reason STDLIB?
copy` has quit [Quit: Connection closed for inactivity]
nomicflux has joined #reasonml
copy` has joined #reasonml
nomicflux has quit [Ping timeout: 250 seconds]
spocke has joined #reasonml
nomicflux has joined #reasonml
<spocke> I'm trying to write this simple result type from Ocaml "type ('a, 'b) result = Ok of 'a | Error of 'b" in Reason syntax: "type result 'a 'b = Ok 'a | Error 'b;" must be some simple mistake.
nomicflux has quit [Quit: nomicflux]
nomicflux has joined #reasonml
nomicflux has quit [Client Quit]
<theblatte> spocke: missing | before "Ok 'a"
<theblatte> spocke: echo "type ('a, 'b) result = Ok of 'a | Error of 'b" | refmt -use-stdin true -parse ml -print re -is-interface-pp false
hashpuppy has quit [Quit: Connection closed for inactivity]
spocke has quit [Ping timeout: 260 seconds]