diff options
author | Łukasz Hanuszczak <lukasz.hanuszczak@gmail.com> | 2015-05-27 22:46:13 +0200 |
---|---|---|
committer | Łukasz Hanuszczak <lukasz.hanuszczak@gmail.com> | 2015-05-27 22:46:13 +0200 |
commit | c4a73b5b0fb7574bd519584c16b5be0675f3f430 (patch) | |
tree | 6e56dd36c75bfc8454801df18c70b67ecb97d409 /html-test/src | |
parent | 76497980a6746be8bbcfa45341c261ffb68ecd81 (diff) |
Add simple test case for arbitrary-depth list nesting.
Diffstat (limited to 'html-test/src')
-rw-r--r-- | html-test/src/Nesting.hs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/html-test/src/Nesting.hs b/html-test/src/Nesting.hs index 34177442..f88be87d 100644 --- a/html-test/src/Nesting.hs +++ b/html-test/src/Nesting.hs @@ -119,3 +119,18 @@ definition lists too. -} j :: t j = undefined + +{-| + - list may start at arbitrary depth + + - and consecutive items at that depth + belong to the same list + + - of course we can still + + * nest items like we are used to + + - and then get back to initial list +-} +k :: t +k = undefined |