packages feed

moonlight-planar-1.1.0.0: src-core/Moonlight/Planar/BuildStats.hs

-- | Typed observations of completed construction work.
module Moonlight.Planar.BuildStats
  ( BuildMetric (..)
  , BuildStats
  , buildStat
  , tabulateBuildStats
  , emptyBuildStats
  , updateBuildStats
  ) where

import Moonlight.Planar.Internal.BuildStats