1
Fork 0

fix haddock, hlint, rename Prec2TypeName to PrecScaleTypeName

This commit is contained in:
Jake Wheat 2013-12-17 20:46:29 +02:00
parent e61672ebf8
commit 60cf309953
5 changed files with 13 additions and 13 deletions
Language/SQL/SimpleSQL

View file

@ -165,7 +165,7 @@
> typeName :: TypeName -> Doc
> typeName (TypeName t) = text t
> typeName (PrecTypeName t a) = text t <+> parens (text $ show a)
> typeName (Prec2TypeName t a b) =
> typeName (PrecScaleTypeName t a b) =
> text t <+> parens (text (show a) <+> comma <+> text (show b))