<seangrove>
Don't have to add it to the PR's in your repo, but it's useful to have in all the branches for mine so I can see what's going on in case of a failure ;)
nullcat_ has quit [Ping timeout: 256 seconds]
<seangrove>
Nevermind, moved convo to PR
MrScout has quit [Ping timeout: 256 seconds]
tizoc has joined #mirage
MrScout has joined #mirage
tlockney_away is now known as tlockney
mekaj has quit [Quit: over and out]
MagBo has quit [Quit: WeeChat 1.0.1]
rgrinberg has joined #mirage
rgrinberg has quit [Client Quit]
rgrinberg has joined #mirage
rgrinberg has quit [Client Quit]
rgrinberg has joined #mirage
boogie has quit [Quit: Leaving...]
rgrinberg has quit [Ping timeout: 246 seconds]
rgrinberg has joined #mirage
tlockney is now known as tlockney_away
rgrinberg has quit [Ping timeout: 256 seconds]
andreas has joined #mirage
andreas1 has joined #mirage
andreas has quit [Ping timeout: 245 seconds]
rgrinberg has joined #mirage
rgrinberg has quit [Ping timeout: 246 seconds]
yomimono has joined #mirage
mort___ has joined #mirage
mort___ has quit [Quit: Leaving.]
mort___ has joined #mirage
rgrinberg has joined #mirage
rgrinberg has quit [Ping timeout: 240 seconds]
larhat has joined #mirage
mort___ has quit [Quit: Leaving.]
larhat has quit [Quit: Leaving.]
larhat has joined #mirage
yomimono has quit [Ping timeout: 246 seconds]
rgrinberg has joined #mirage
rgrinberg has quit [Ping timeout: 246 seconds]
rgrinberg has joined #mirage
rgrinberg has quit [Ping timeout: 246 seconds]
rgrinberg has joined #mirage
rgrinberg has quit [Ping timeout: 264 seconds]
yomimono has joined #mirage
djs551 has joined #mirage
mort___ has joined #mirage
mort___ has quit [Ping timeout: 265 seconds]
mort___ has joined #mirage
mort___ has quit [Ping timeout: 264 seconds]
mort___ has joined #mirage
jerith has quit [Remote host closed the connection]
djs551 has quit [Quit: Leaving.]
djs551 has joined #mirage
djs551 has quit [Client Quit]
mort___ has quit [Quit: Leaving.]
<seangrove>
Hah, hacked in some basic values - took all morning. Still striggling with some basic OCaml stuff, but cool to see some values rendering https://www.refheap.com/98201
<seangrove>
Really struggling with visualizing data as it's passing through a function - I can find the type, but it's often just 'a, or ('a, 'b) - e.g. can't print out the pr-str of a Hole and see how to interact with it
<seangrove>
Obviously printing stuff out isn't ideal, but even working in utop I'm not sure of how to get all the files/modules working properly so I can instantiate and poke at data
<companion_cube>
for a single module, #use or #mod_use, otherwise it's better to make a library and use #load