Skip to content

Instantly share code, notes, and snippets.

View matteolimberto-da's full-sized avatar

Matteo Limberto matteolimberto-da

View GitHub Profile
module Playground18 where
import DA.Foldable
import DA.Traversable
import Daml.Script
import Prelude hiding (mapA)
-- Goal : get a better understanding of the Traversable typeclass by implementing it on a binary tree