infinisil changed the topic of #nix-lang to: Channel for discussing Nix as a language - https://nixos.org/nix/manual/#chap-writing-nix-expressions - Logs: https://logs.nix.samueldr.com/nix-lang/
hmpffff_ has joined #nix-lang
hmpffff has quit [Ping timeout: 260 seconds]
hmpffff has joined #nix-lang
hmpffff_ has quit [Ping timeout: 240 seconds]
kqb has joined #nix-lang
kqb has quit [Quit: Leaving]
__monty__ has joined #nix-lang
__monty__ has quit [Quit: leaving]
<pie_> anyone know how to get this recursive brainscrew to work and not infrec https://bpaste.net/MVYQ ?
<pie_> just realized ive been running something weird this whole time and that code might be the wrong thing
<infinisil> pie_: How about reducing the expression first
<pie_> that is the reduced thing
<pie_> oh i think it might be working?
<pie_> (nevermind?)
<pie_> ok i guess `lib.fix' ((lib.flip ov) {})` is simpler than the python stuff