units-2.1: Tests/Compile/NoVector.hs
{-# OPTIONS_GHC -fno-warn-type-defaults -fno-warn-missing-signatures #-}
module Tests.Compile.NoVector where
import Data.Metrology
import Data.Metrology.SI
x = 5 % Meter
y = 2 % Second
vel = x |/| y
{-# OPTIONS_GHC -fno-warn-type-defaults -fno-warn-missing-signatures #-}
module Tests.Compile.NoVector where
import Data.Metrology
import Data.Metrology.SI
x = 5 % Meter
y = 2 % Second
vel = x |/| y