File: top.ott

package info (click to toggle)
ott 0.34%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,440 kB
  • sloc: ml: 25,103; makefile: 1,374; awk: 736; lisp: 183; sh: 14; sed: 4
file content (12 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
grammar
T {{ hol Typ }}, S, U :: Ty ::=                      {{ com types: }}
  | Top                          ::   :: Top           {{ com maximum type }}

defns
Jtype :: '' ::= 

defn
T1 <: T2 :: :: subtyping :: S_ {{ com Subtyping }} by

--------- :: Top
S <: Top