Gabriel Riba Faura
As of March 2020, School of Haskell has been switched to read-only mode.
Completing a Comonad example 14 Mar 2020
Adapted from Gabriel Gonzalez' article "Comonads are objects" at HaskellForAll.com site.PureScript client-side MVC frameworks 9 Jan 2020
No description given.
Elm from a Haskell perspective 25 Nov 2018
(Elm, Haskell) correspondances, monadic *Do* blocks how-to, lazy parameters, type peculiarities, alternativesError parameterized monad and transformer, a replacement for synchronous exceptions 22 May 2018
Throwable monad errors are safer than synchronous exceptions, since they cannot escape the monad.A more general interface to collections with mono-kinded Abstract Data Types 7 May 2018
ADTs from mono-traversable widen the span of typeclasses over collection types whether parameterized or notStrictness surprises in PureScript Lazy lists 30 Apr 2018
Lazy lists built from recursive definitions in PureScript. - Adding enumFrom, enumFromThen as Lazy sequencesInt Overflow And Maybe result expressions on weird Int results 26 Nov 2018
Integer Overflow on Int{N} sum, product, negation and casting, and optional result arithmetic, with CPP macros for derived newtypes.The Preferences problem. Varying global state 1 Aug 2017
The preferences / configuration problem. Varying global stateEasier lenses, Profunctor based, with the Mezzolens library 11 Jan 2019
Hints on the Mezzolens lenses haskell libraryQuickCheck generator of (List, Index) where index within list range 19 Nov 2014
No description given.
QuickCheck in Test-suite type "detailed" 4 Nov 2014
No description given.
Simple socket tutorial 20 Sep 2014
usage of Network.Socket module from library "network"