Skip to content

Commit d56921c

Browse files
committed
Did much of Standard ... Bounds
1 parent c79bfd2 commit d56921c

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
@@ -558,6 +558,14 @@
558558
\newcommand{\LowerBoundType}[2]{%
559559
\ensuremath{\LowerBoundTypeName(\code{{#1},\,\,{#2}})}}
560560

561+
\newcommand{\UpperBoundTypeName}{\metavar{standardUpperBound}}
562+
\newcommand{\UpperBoundType}[2]{%
563+
\ensuremath{\UpperBoundTypeName(\code{{#1},\,\,{#2}})}}
564+
565+
\newcommand{\LowerBoundTypeName}{\metavar{standardLowerBound}}
566+
\newcommand{\LowerBoundType}[2]{%
567+
\ensuremath{\LowerBoundTypeName(\code{{#1},\,\,{#2}})}}
568+
561569
\newcommand{\DefEquals}[2]{\ensuremath{{#1}\stackrel{\vartriangle}{=}{#2}}}
562570

563571
% ----------------------------------------------------------------------

0 commit comments

Comments
 (0)