tidalcycles / tidal-listener

Experimental tidal OSC listener
GNU General Public License v3.0
16 stars 6 forks source link

Cleanup #11

Closed sorki closed 3 years ago

sorki commented 3 years ago

Next I would like to tackle

Also noticed that HintOk HintError could be replaced with Either, does that sounds good to you?

yaxu commented 3 years ago

Thanks very much! Why the NoImplicitPrelude? To remove unsafePerformIO ?

sorki commented 3 years ago

You are welcome, thanks for Tidal ;)

NoImplicitPrelude mostly due to error which quits the whole app but also things like undefined or IO - not sure if you can sneak IO in but I would like to be on the safe side since I'm evaluating unstrusted input from chats, so explicit list seems like a better choice.