File: sub_record.ott

package info (click to toggle)
ott 0.34%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,440 kB
  • sloc: ml: 25,103; makefile: 1,375; awk: 736; lisp: 183; sh: 14; sed: 4
file content (27 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
grammar
formula :: 'formula_' ::=          
  | T1 is a permutation of T2 ::  :: perm {{ ich TODO }}

defns
Jtype :: '' ::= 



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



-------------------- :: RcdWidth
{ </li:Ti//i IN 1..m/> , </l'j:T'j//j IN 1..n/> } <: { </li:Ti//i IN 1..m/> }

</ Si <: Ti // i IN 1..m/>
-------------------- :: RcdDepth
{ </li:Si//i IN 1..m/> } <:{ </li:Ti//i IN 1..m/> } 


{</kj:Sj//j IN 1..n/>} is a permutation of {</li:Ti//i IN 1..n/>}
-------------------- :: RcdPerm
{</kj:Sj//j IN 1..n/>} <: {</li:Ti//i IN 1..n/>}