Un-export unsafeCastExpr.

This commit is contained in:
Kei Hibino 2013-12-27 21:57:15 +09:00
parent a98b0a64ca
commit a3701ebd8a

View File

@ -18,7 +18,7 @@ module Database.Relational.Query.Expr (
valueExpr,
-- * Type conversion
just, fromJust, unsafeCastExpr,
just, fromJust,
exprAnd
) where