Gonçalo Teixeira
Gonçalo Teixeira
Hey. I just installed Pyo, but I can't make it work on PopOs I get this output: ``` ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear...
Option
Improve the Option implementation by adding the following functions: * `FromPtr`: Lifts a pointer into an Option * `ToPtr`: "Unlifts" an Option into a pointer * `IsSomeAnd`: Check if the...
Pair
Add an implementation of a `Pair[A, B]` type equivalent to haskel's `(a, b)` * `New`: Constructor for the Pair type * `Fst`: Destructor returning the first element * `Snd`: Destructor...