imj-base-0.1.0.2: src/Imj/Geo/Types.hs
{-# OPTIONS_HADDOCK hide #-}
module Imj.Geo.Types
( Pos, Vel, Acc
) where
-- | Phantom type : position
data Pos
-- | Phantom type : velocity
data Vel
-- | Phantom type : acceleration
data Acc