author | huffman |
Fri, 17 Dec 2010 16:43:45 -0800 | |
changeset 41284 | 6d66975b711f |
parent 40774 | 0437dbc127b3 |
child 42151 | 4da4fc77664b |
permissions | -rw-r--r-- |
40502
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
1 |
(* Title: HOLCF/Plain_HOLCF.thy |
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
2 |
Author: Brian Huffman |
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
3 |
*) |
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
4 |
|
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
5 |
header {* Plain HOLCF *} |
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
6 |
|
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
7 |
theory Plain_HOLCF |
40592
f432973ce0f6
move strict function type into main HOLCF; instance cfun :: (predomain, domain) domain
huffman
parents:
40502
diff
changeset
|
8 |
imports Cfun Sfun Cprod Sprod Ssum Up Discrete Lift One Tr Fix |
40502
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
9 |
begin |
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
10 |
|
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
11 |
text {* |
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
12 |
Basic HOLCF concepts and types; does not include definition packages. |
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
13 |
*} |
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
14 |
|
8e92772bc0e8
move map functions to new theory file Map_Functions; add theory file Plain_HOLCF
huffman
parents:
diff
changeset
|
15 |
end |