persistent-1.1.3: Type-safe, multi-backend data serialization.

Safe HaskellNone

Database.Persist.Util

Synopsis

Documentation

data WhyNullable Source

The reason why a field is nullable is very important. A field that is nullable because of a Maybe tag will have its type changed from A to Maybe A. OTOH, a field that is nullable because of a nullable tag will remain with the same type.

deprecate :: String -> a -> aSource