module Database.Persist.Sql.Lifted.Expression.Number
  ( (+.)
  , (-.)
  , (/.)
  , (*.)
  , round_
  , ceiling_
  , floor_
  , min_
  , max_
  , sum_
  , avg_
  , castNum
  , castNumM
  ) where

import Database.Esqueleto.Experimental