change readme
This commit is contained in:
parent
bd64321be5
commit
5952d2d865
2 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@ various extensions to the core library types and additional libraries for common
|
|||
operations.
|
||||
|
||||
This is a list of the provided modules:
|
||||
- Option: extend the `Option` type with auxiliary functions
|
||||
- Option: extend the ~Option~ type with auxiliary functions
|
||||
- Path: datatype to represent Posix paths
|
||||
- Result: extend the ~Result~ type with auxiliary functions
|
||||
- String: extensive string manipulation library
|
||||
- TestExtensions: provide methods that complements `Nunit.Framework.Assert`
|
||||
- TestExtensions: provide methods that complements ~Nunit.Framework.Assert~
|
||||
* Goals
|
||||
The goals of Pentole are the following:
|
||||
- target developers that work with distributed systems
|
||||
|
@ -16,7 +16,7 @@ The goals of Pentole are the following:
|
|||
- use exceptions exclusively when they are the most intuitive approach for the
|
||||
code at hand
|
||||
- prefer the ocaml coding style rather than C# Pascal Case oriented style
|
||||
- avoid dependencies to other companion libraries `FSharpPlus` and `FSharpx`,
|
||||
- avoid dependencies to other companion libraries ~FSharpPlus~ and ~FSharpx~,
|
||||
thus reimplementing some of their functions verbatim
|
||||
- be well documented and tested
|
||||
- target GNU/Linux **exclusively**
|
||||
|
|
Loading…
Reference in a new issue