development/flow: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 21:09:03 -04:00 committed by Willy Sudiarto Raharjo
parent f9c0738a5f
commit 91375d94ad
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -8,14 +8,15 @@ program that are dynamic in nature can easily bypass the type checker
so you can mix statically typed code with dynamic code.
Flow also supports a highly expressive type language. Flow types can
express much more fine-grained distinctions than traditional type systems.
For example, Flow helps you catch errors involving null, unlike most
type systems.
express much more fine-grained distinctions than traditional type
systems. For example, Flow helps you catch errors involving null,
unlike most type systems.
NOTE:
Flow does not support 32-bit systems, but there is a commented out patch
included here that will allow it to build. Note that although `flow`
will compile and run on a 32-bit system with this patch, it will not pass
the built-in tests. The patch is included in the hopes that someone brave
enough will investigate this and help upstream deliver 32-bit support.
Flow does not support 32-bit systems, but there is a commented out
patch included here that will allow it to build. Note that although
`flow` will compile and run on a 32-bit system with this patch, it will
not pass the built-in tests. The patch is included in the hopes that
someone brave enough will investigate this and help upstream deliver
32-bit support.