packages feed

pandora-0.4.1: Pandora/Paradigm/Structure/Interface/Dictionary.hs

module Pandora.Paradigm.Structure.Interface.Dictionary where

import Pandora.Paradigm.Structure.Ability.Morphable (Morphable, Morph (Lookup))

type Dictionary f t = Morphable (Lookup f) t