Skip to content

Commit e0ca557

Browse files
committed
Did much of Standard ... Bounds
1 parent 884da4f commit e0ca557

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
@@ -456,6 +456,14 @@
456456
\newcommand{\FutureValueTypeOfName}{\metavar{futureValueType}}
457457
\newcommand{\FutureValueTypeOf}[1]{\ensuremath{\FutureValueTypeOfName(\code{#1})}}
458458

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

461469
% ----------------------------------------------------------------------

0 commit comments

Comments
 (0)