-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQcert.Data.DataSystem.html
More file actions
32 lines (28 loc) Β· 2.28 KB
/
Qcert.Data.DataSystem.html
File metadata and controls
32 lines (28 loc) Β· 2.28 KB
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
28
29
30
31
32
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Module Qcert.Data.DataSystem</title>
<meta name="description" content="Documentation of Coq module Qcert.Data.DataSystem" />
<link href="coq2html.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="coq2html.js"> </script>
</head>
<body onload="hideAll('proofscript')">
<h1 class="title">Module Qcert.Data.DataSystem</h1>
<div class="coq">
<br/>
<span class="kwd">Require</span> <span class="kwd">Export</span> <span class="id"><a href="Qcert.Data.DataRuntime.html">DataRuntime</a></span>.<br/>
<span class="kwd">Require</span> <span class="kwd">Export</span> <span class="id"><a href="Qcert.Data.DataTypes.html">DataTypes</a></span>.<br/>
<br/>
<span class="kwd">Class</span> <span class="id"><a name="basic_model">basic_model</a></span> : <span class="kwd">Type</span><br/>
:= <span class="id"><a name="mk_basic_model">mk_basic_model</a></span> {<br/>
<span class="id"><a name="basic_model_runtime">basic_model_runtime</a></span> :> <span class="id"><a href="Qcert.Data.ForeignRuntime.html#foreign_runtime">foreign_runtime</a></span><br/>
; <span class="id"><a name="basic_model_foreign_type">basic_model_foreign_type</a></span> :> <span class="id"><a href="Qcert.TypeSystem.ForeignType.html#foreign_type">foreign_type</a></span><br/>
; <span class="id"><a name="basic_model_brand_model">basic_model_brand_model</a></span> :> <span class="id"><a href="Qcert.TypeSystem.TBrandModel.html#brand_model">brand_model</a></span><br/>
; <span class="id"><a name="basic_model_foreign_typing">basic_model_foreign_typing</a></span> :> <span class="id"><a href="Qcert.Data.ForeignTyping.html#foreign_typing">foreign_typing</a></span><br/>
}.<br/>
<br/>
</div>
<div class="footer"><hr/>Generated by <a href="https://github.com/xavierleroy/coq2html/">coq2html</div>
</body>
</html>