duckling/exe
Steven Troxler eba5d0a825 Simple style fixes for outer layers around Engine.hs
Summary:
Easy style fixes for ExampleMain.hs, Debug.hs, Api.hs, Core.hs

Most of these are just lint fixes, but I also made a few not-just-lint changes
to conform to some elements of our style guide that I agree with:
- if the type signature doesn't fit on one line, then put one type per line
  with nothing on the first line, so that all types are vertically aligned - makes
  for a quick skim
- try to avoid mixing same-line function args with hanging function args: hang
  all arguments or none at all to get a more outline-like feel, again better for
  skimming

I was actually able to eliminate all errors for most of these modules - the name
collisions I usually give up on were manageable by hiding + easy variable renames

Reviewed By: chessai

Differential Revision: D28213246

fbshipit-source-id: 1f77d56f2ff8dccfd5f3b534f087c07047b92885
2021-05-06 08:54:56 -07:00
..
Duckling Initialise Catalan language with Numeral 2021-04-08 14:47:02 -07:00
CustomDimensionExample.hs Remove dependency on Data.Some (#533) 2020-09-28 01:33:01 -07:00
DucklingExpensive.hs Remove dependency on Data.Some (#533) 2020-09-28 01:33:01 -07:00
DucklingRequestSample.hs Remove dependency on Data.Some (#533) 2020-09-28 01:33:01 -07:00
ExampleMain.hs Simple style fixes for outer layers around Engine.hs 2021-05-06 08:54:56 -07:00
RegenMain.hs Relicense to BSD3 2019-05-22 10:46:39 -07:00