fix haddock, hlint, rename Prec2TypeName to PrecScaleTypeName
This commit is contained in:
parent
e61672ebf8
commit
60cf309953
5 changed files with 13 additions and 13 deletions
Language/SQL/SimpleSQL
|
@ -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))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue