author | wenzelm |
Mon, 20 Oct 1997 12:47:02 +0200 | |
changeset 3952 | dca1bce88ec8 |
parent 3951 | d52a49a7d8f3 |
child 3953 | 473ea5ce5ca8 |
--- a/src/HOLCF/IOA/meta_theory/Sequence.thy Mon Oct 20 12:45:51 1997 +0200 +++ b/src/HOLCF/IOA/meta_theory/Sequence.thy Mon Oct 20 12:47:02 1997 +0200 @@ -13,7 +13,7 @@ types 'a Seq = ('a::term lift)seq -ops curried +consts Cons ::"'a => 'a Seq -> 'a Seq" Filter ::"('a => bool) => 'a Seq -> 'a Seq"