Skip to content

Commit d10f082

Browse files
committed
added singularize shorterner
1 parent e65953f commit d10f082

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TurboHaskell/SchemaCompiler.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ import qualified Text.Countable as Countable
1818
-- USE LINE PRAGMA IN OUTPUT
1919
--{-# LINE 42 "Foo.vhs" #-}
2020

21+
singularize word = Countable.singularize word
22+
2123
haskellType :: Table -> Attribute -> Text
2224
haskellType table (Field fieldName field) =
2325
let

0 commit comments

Comments
 (0)