File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
class ComplexStr is Complex is Str
8
8
9
- The dual value types (often referred to as L < allomorphs|/language/glossay #Allomorph >
9
+ The dual value types (often referred to as L < allomorphs|/language/glossary #Allomorph >
10
10
allow for the representation of a value as both a string and a numeric type, typically
11
11
they will be created for you when the context is "stringy" but they can be determined
12
12
to be numbers, such as in some L < quoting constructs|/language/quoting > :
Original file line number Diff line number Diff line change 6
6
7
7
class IntStr is Int is Str
8
8
9
- The dual value types (often referred to as L < allomorphs|/language/glossay #Allomorph >
9
+ The dual value types (often referred to as L < allomorphs|/language/glossary #Allomorph >
10
10
allow for the representation of a value as both a string and a numeric type, typically
11
11
they will be created for you when the context is "stringy" but they can be determined
12
12
to be numbers, such as in some L < quoting constructs|/language/quoting > :
Original file line number Diff line number Diff line change 6
6
7
7
class NumStr is Num is Str
8
8
9
- The dual value types (often referred to as L < allomorphs|/language/glossay #Allomorph >
9
+ The dual value types (often referred to as L < allomorphs|/language/glossary #Allomorph >
10
10
allow for the representation of a value as both a string and a numeric type, typically
11
11
they will be created for you when the context is "stringy" but they can be determined
12
12
to be numbers, such as in some L < quoting constructs|/language/quoting > :
Original file line number Diff line number Diff line change 6
6
7
7
class RatStr is Rat is Str
8
8
9
- The dual value types (often referred to as L < allomorphs|/language/glossay #Allomorph >
9
+ The dual value types (often referred to as L < allomorphs|/language/glossary #Allomorph >
10
10
allow for the representation of a value as both a string and a numeric type, typically
11
11
they will be created for you when the context is "stringy" but they can be determined
12
12
to be numbers, such as in some L < quoting constructs|/language/quoting > :
You can’t perform that action at this time.
0 commit comments