You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+8-17Lines changed: 8 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,14 +69,11 @@ You need a recent version of GHC, and an LLVM suite 3.5 - 3.8 in your path. Easi
69
69
If you want to build from the git repo then see [the wiki](http://disciple.ouroborus.net).
70
70
71
71
72
-
Main changes since 0.4.3
73
-
~~~~~~~~~~~~~~~~~~~~~~~~
72
+
## Main changes since 0.4.3
74
73
75
74
* Added desugaring of nested patterns and guards.
76
75
77
-
* Better type inference and desugaring for higher ranked types,
78
-
which allows dictionaries for Functor, Applicative, Monad and friends
79
-
to be written easily.
76
+
* Better type inference and desugaring for higher ranked types, which allows dictionaries for Functor, Applicative, Monad and friends to be written easily.
80
77
81
78
* Automatic insertion of run and box casts is now more well baked.
82
79
@@ -90,8 +87,7 @@ Main changes since 0.4.3
90
87
of matching LLVM assembly syntax.
91
88
92
89
93
-
What works in this release
94
-
~~~~~~~~~~~~~~~~~~~~~~~~~~
90
+
## What works in this release
95
91
96
92
* Compilation for the Tetra, and Salt languages.
97
93
@@ -104,16 +100,14 @@ What works in this release
104
100
rules, cross-module inlining.
105
101
106
102
107
-
What doesn't
108
-
~~~~~~~~~~~~
103
+
## What doesn't
109
104
110
105
* No storage management.
111
106
There is a fixed 64MB heap and when you've allocated that much space the
112
107
runtime just calls abort().
113
108
114
109
115
-
Previous Releases
116
-
~~~~~~~~~~~~~~~~~
110
+
## Previous Releases
117
111
118
112
* 2016/04 DDC 0.4.2: Added code generation for higher order functions.
119
113
* 2014/03 DDC 0.4.1: Added bi-directional type inference and region extension.
0 commit comments