-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
.../Table/0.0.0-dev/src/Internal/Type_Refinements/Single_Column_Typed_Table_Conversions.enso
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
private | ||
|
||
import project.Column.Column | ||
import project.Table.Table | ||
import project.Refined_Types.Numeric_Column.Numeric_Column | ||
|
||
from project.Internal.Type_Refinements.Single_Column_Table_Conversions import all | ||
from project.Internal.Type_Refinements.Typed_Column_Conversions import all | ||
|
||
## This conversion is internal and should never be exported. | ||
Numeric_Column.from (that : Table) = | ||
Numeric_Column.from (Column.from that) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters