mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
06bd69436b
# 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. |
||
---|---|---|
.. | ||
Examples_Spec.enso | ||
Main.enso |