From a54ffd299db9646630dab2cd1d610c85ffbb5be9 Mon Sep 17 00:00:00 2001 From: Julien Moutinho <julm+symantic@autogeree.net> Date: Wed, 8 Feb 2017 17:05:07 +0100 Subject: [PATCH] Polish doc. --- symantic.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symantic.cabal b/symantic.cabal index 7212c31..4552644 100644 --- a/symantic.cabal +++ b/symantic.cabal @@ -12,14 +12,14 @@ description: according to some compile-time defined types. The idea being that the more complex logic shall remain coded in Haskell and then this library used to project an interface into a DSL - giving runtime users the flexibility to write simple programs suited to their needs. + giving runtime users the flexibility to write simpler programs suited to their needs. . Typical use cases: . * Enabling runtime users to enter some Haskell-like expressions without using all the weight and slowness of GHC at runtime (eg. by using <https://hackage.haskell.org/package/hint hint>). - * Limiting those expressions to be built only from well-controlled expressions. + * Limiting those expressions to be built from well-controlled expressions only. * Run some analyzes/optimizations on those well-controlled expressions. . __Warning__ -- 2.47.2