rethinkdb-0.1.0.0: Database/RethinkDB/Functions.hs-boot
{-# LANGUAGE ConstraintKinds, DataKinds, TypeFamilies #-}
module Database.RethinkDB.Functions where
import Database.RethinkDB.Types
import {-# SOURCE #-} Database.RethinkDB.Driver
add, sub, mul, div'
:: (HaveValueType a b NumberType) => a -> b -> NumberExpr
jsfun :: ToValue e => String -> e -> Expr (ValueType y)
var :: ExprIsView (Expr t) ~ False => String -> Expr t
signum' :: (ToValue e, ToValueType (ExprType e) ~ NumberType) => e -> NumberExpr