enso/test
Jaroslav Tulach 735053c218
Implementing basic functions (#3554)
The language specification suggests to add [five basic functions into the standard library](https://github.com/enso-org/design/blob/wip/wd/enso-spec/epics/enso-spec-1.0/05.%20Functions.md#useful-functions-in-the-standard-library). `identity`, `flip`, `const`, `curry` & `uncurry`.

# Important Notes
The new functions are being added into existing `Function.enso` file. That may not be the best place, but it is not clear from the [design spec](https://github.com/enso-org/design/blob/wip/wd/enso-spec/epics/enso-spec-1.0/05.%20Functions.md#useful-functions-in-the-standard-library) how they are supposed to be imported. I can move them wherever needed.

There is a documentation provided for each of the functions, but I am not sure how to verify it is correct. Do we generate the documentation for stdlib somehow?
2022-07-11 10:30:44 +00:00
..
Benchmarks Remove 'here' and make method name resolution case-sensitive (#3538) 2022-07-07 10:31:06 +00:00
Examples_Tests Remove 'here' and make method name resolution case-sensitive (#3538) 2022-07-07 10:31:06 +00:00
Geo_Tests Import syntax including namespace (#1806) 2021-06-24 12:42:24 +02:00
Google_Api_Test Remove 'here' and make method name resolution case-sensitive (#3538) 2022-07-07 10:31:06 +00:00
Image_Tests Remove 'here' and make method name resolution case-sensitive (#3538) 2022-07-07 10:31:06 +00:00
micro-distribution Allow filtering caught error type in Error.catch (#3574) 2022-07-11 08:26:44 +00:00
Table_Tests Remove 'here' and make method name resolution case-sensitive (#3538) 2022-07-07 10:31:06 +00:00
Tests Implementing basic functions (#3554) 2022-07-11 10:30:44 +00:00
Visualization_Tests Remove 'here' and make method name resolution case-sensitive (#3538) 2022-07-07 10:31:06 +00:00