packages feed

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

module Pandora.Paradigm.Structure.Ability.Possible where

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

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