From fb2f7b13b9035cbb3312678b4a8d7d883db64b9b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Aug 2016 13:52:37 -0400 Subject: clarify --- Types/Cost.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Types') diff --git a/Types/Cost.hs b/Types/Cost.hs index e2a037d..0e017bb 100644 --- a/Types/Cost.hs +++ b/Types/Cost.hs @@ -9,7 +9,7 @@ module Types.Cost where -- | An estimated cost to perform an operation. data Cost op - = CPUCost Seconds -- ^ using 1 CPU core + = CPUCost Seconds -- ^ using 1 physical CPU core deriving (Show, Eq, Ord) unknownCost :: Cost op -- cgit v1.2.3