enso/test/Examples_Tests
Hubert Plociniczak 06bd69436b
Import modules' extension methods only with unqualified import statements (#3906)
# Important Notes
Note that one cannot
```
import Standard.Table as Table_Module
```
because of the 2-component name restriction that gets desugared to `Standard.Table.Main` and we have to write
```
import Standard.Table.Main as Table_Module
```
in a few places. Once we move `Json.to_table` extension this can be improved.
2022-12-01 10:13:34 +00:00
..
src Import modules' extension methods only with unqualified import statements (#3906) 2022-12-01 10:13:34 +00:00
package.yaml Removing old functions and tidy up of Table types (#3519) 2022-06-14 13:37:20 +00:00
README.md Removing old functions and tidy up of Table types (#3519) 2022-06-14 13:37:20 +00:00

This is a set of tests for the Examples library for Enso.