pulsar/src/Item.hs

12 lines
191 B
Haskell
Raw Normal View History

2024-01-05 05:48:21 +00:00
{-# LANGUAGE NoImplicitPrelude #-}
module Item where
import Numeric.Units.Dimensional.Prelude
class It where
bounds :: (Int, Int, Int)
volume :: Volume Integer
mass :: Mass Integer