Skip to content

Instantly share code, notes, and snippets.

@graninas
graninas / enq-node-framework.md
Last active February 26, 2025 03:34
Building network actors with Node Framework
@anilanar
anilanar / callbag.purs
Last active December 12, 2018 00:39
Callbags in purescript
module Main where
import Prelude
import Data.Array.NonEmpty (NonEmptyArray, (..))
import Data.Traversable (class Traversable, sequence)
import Effect (Effect)
import Effect.Console (log)
import Prelude as P