Update README.md

This commit is contained in:
Eitan Chatav 2019-10-28 09:41:58 -07:00
parent 0e036d0b9c
commit d319f1030a

View File

@ -121,7 +121,7 @@ type Schemas = Public Schema
Notice the use of type operators.
`:::` is used to pair an alias `GHC.TypeLits.Symbol` with a `SchemumType`,
`:::` is used to pair an alias `Symbol` with a `SchemumType`,
a `TableConstraint` or a `ColumnType`. It is intended to connote Haskell's `::`
operator.