From 162f21b818a3ac8124741ddb91c48df140aea55a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 10 Nov 2015 21:49:05 -0800 Subject: 2424 --- 058shape_shifting_container.cc | 11 +++-------- html/058shape_shifting_container.cc.html | 11 +++-------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/058shape_shifting_container.cc b/058shape_shifting_container.cc index 1a58b1b6..1f0acab9 100644 --- a/058shape_shifting_container.cc +++ b/058shape_shifting_container.cc @@ -1,14 +1,9 @@ //:: Container definitions can contain type parameters. //: -//: Extremely hacky initial implementation: -//: -//: a) We still don't support the full complexity of type trees inside -//: container definitions. So for example you can't have a container element -//: with this type: +//: Extremely hacky initial implementation. We still don't support the full +//: complexity of type trees inside container definitions. So for example you +//: can't have a container element with this type: //: (map (array address character) (list number)) -//: -//: b) We also can't include type parameters anywhere except at the top of the -//: type of a container element. :(scenario size_of_shape_shifting_container) container foo:_t [ diff --git a/html/058shape_shifting_container.cc.html b/html/058shape_shifting_container.cc.html index 4425953a..4a4fb2cc 100644 --- a/html/058shape_shifting_container.cc.html +++ b/html/058shape_shifting_container.cc.html @@ -34,15 +34,10 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 //:: Container definitions can contain type parameters.
 //:
-//: Extremely hacky initial implementation:
-//:
-//: a) We still don't support the full complexity of type trees inside
-//: container definitions. So for example you can't have a container element
-//: with this type:
+//: Extremely hacky initial implementation. We still don't support the full
+//: complexity of type trees inside container definitions. So for example you
+//: can't have a container element with this type:
 //:   (map (array address character) (list number))
-//:
-//: b) We also can't include type parameters anywhere except at the top of the
-//: type of a container element.
 
 :(scenario size_of_shape_shifting_container)
 container foo:_t [
-- 
cgit 1.4.1-2-gfad0