beam-core-0.9.0.0: Type-safe, feature-complete SQL query and manipulation interface for Haskell

Safe HaskellNone
LanguageHaskell2010

Database.Beam.Backend.Internal.Compat

Description

This module contains utilities that backend writers can use to assist with compatibility and breaking API changes.

Users should not need anything from this module.

Synopsis

Documentation

type PreferExplicitSize implicit explicit = (((Text "The size of " :<>: ShowType implicit) :<>: Text " is machine-dependent. Use an explicitly sized integer such as ") :<>: ShowType explicit) :<>: Text " instead." Source #

A type error directing the user to use an explicitly sized integers, instead of Int or Word.