Skip to content

Commit 641cdb6

Browse files
committed
implement more of the pdf outline
1 parent 4ddc298 commit 641cdb6

File tree

5 files changed

+436
-77
lines changed

5 files changed

+436
-77
lines changed

Daedalus.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
The syntax `{ P1; ...; Pn }` can be emulated with `LetFormat`/`MonadSeq`.
1414

15-
1615
### Example Translations
1716

1817
```ddl
@@ -165,8 +164,6 @@ alias `type PointX = Point` as would be synthesized by the corresponding
165164
Daedalus declarations; instead, whichever type-name is preferred would win, and
166165
both formats would receive verbatim-identical type-ascriptions.
167166

168-
169-
170167
While tagged unions in general are supportable, the example given for tagged
171168
unions cannot be constructed in `doodle` because of a lack of support for
172169
auto-recursive and mutually-recursive format-constructs. Implementing these is

0 commit comments

Comments
 (0)