Source code on Github
module Common.Utils where

open import Prelude.Init; open SetAsType
open import Prelude.Lists.Sums

 :  {A : Type}  List A  (A  )  
 xs f = ∑ℕ (map f xs)

_€ :   
_€ = id