-- | -- Module : OAlg.Structure.Oriented -- Description : oriented structures -- Copyright : (c) Erich Gut -- License : BSD3 -- Maintainer : zerich.gut@gmail.com -- -- 'Oriented' structures. module OAlg.Structure.Oriented ( module Ort , module Prp ) where import OAlg.Structure.Oriented.Definition as Ort import OAlg.Structure.Oriented.Proposition as Prp