packages feed

pandora-0.4.8: Pandora/Paradigm/Structure/Ability/Possible.hs

module Pandora.Paradigm.Structure.Ability.Possible where

import Pandora.Paradigm.Primary.Functor.Maybe (Maybe)
import Pandora.Paradigm.Inventory.Optics (Lens)

class Possible target source where
	perhaps :: Lens Maybe source target