proton-0.0.4
Safe HaskellNone
LanguageHaskell2010

Proton.Grid

Documentation

type Grid s t a b = forall p. (Traversing p, Closed p) => Optic p s t a b Source #

type Grid' s a = Grid s s a a Source #