Skip to content

Commit 660a709

Browse files
committed
Did much of Standard ... Bounds
1 parent 31559f3 commit 660a709

File tree

2 files changed

+668
-134
lines changed

2 files changed

+668
-134
lines changed

specification/dart.sty

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,14 @@
457457
\newcommand{\FutureValueTypeOfName}{\metavar{futureValueType}}
458458
\newcommand{\FutureValueTypeOf}[1]{\ensuremath{\FutureValueTypeOfName(\code{#1})}}
459459

460+
\newcommand{\UpperBoundTypeName}{\metavar{standardUpperBound}}
461+
\newcommand{\UpperBoundType}[2]{%
462+
\ensuremath{\UpperBoundTypeName(\code{{#1},\,\,{#2}})}}
463+
464+
\newcommand{\LowerBoundTypeName}{\metavar{standardLowerBound}}
465+
\newcommand{\LowerBoundType}[2]{%
466+
\ensuremath{\LowerBoundTypeName(\code{{#1},\,\,{#2}})}}
467+
460468
\newcommand{\DefEquals}[2]{\ensuremath{{#1}\stackrel{\vartriangle}{=}{#2}}}
461469

462470
% ----------------------------------------------------------------------

0 commit comments

Comments
 (0)