Skip to content

Commit 4dffcc1

Browse files
authored
More markdown fixes
1 parent c6967f1 commit 4dffcc1

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

Readme.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff 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
6969
If you want to build from the git repo then see [the wiki](http://disciple.ouroborus.net).
7070

7171

72-
Main changes since 0.4.3
73-
~~~~~~~~~~~~~~~~~~~~~~~~
72+
## Main changes since 0.4.3
7473

7574
* Added desugaring of nested patterns and guards.
7675

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.
8077

8178
* Automatic insertion of run and box casts is now more well baked.
8279

@@ -90,8 +87,7 @@ Main changes since 0.4.3
9087
of matching LLVM assembly syntax.
9188

9289

93-
What works in this release
94-
~~~~~~~~~~~~~~~~~~~~~~~~~~
90+
## What works in this release
9591

9692
* Compilation for the Tetra, and Salt languages.
9793

@@ -104,16 +100,14 @@ What works in this release
104100
rules, cross-module inlining.
105101

106102

107-
What doesn't
108-
~~~~~~~~~~~~
103+
## What doesn't
109104

110105
* No storage management.
111106
There is a fixed 64MB heap and when you've allocated that much space the
112107
runtime just calls abort().
113108

114109

115-
Previous Releases
116-
~~~~~~~~~~~~~~~~~
110+
## Previous Releases
117111

118112
* 2016/04 DDC 0.4.2: Added code generation for higher order functions.
119113
* 2014/03 DDC 0.4.1: Added bi-directional type inference and region extension.
@@ -124,16 +118,14 @@ Previous Releases
124118
* 2008/03 DDC 0.1.0: Alpha compiler, used dependently kinded core language.
125119

126120

127-
Immediate Plans
128-
~~~~~~~~~~~~~~~
121+
## Immediate Plans
129122

130123
1. Implement garbage collection.
131124

132125
2. Implement basic name spacing.
133126

134127

135-
How you can help
136-
~~~~~~~~~~~~~~~~
128+
## How you can help
137129

138130
1. Work through the tutorial on the web-site and send any comments to the
139131
mailing list.] http://disciple.ouroborus.net/wiki/Tutorial
@@ -144,8 +136,7 @@ How you can help
144136
3. Tell your friends.
145137

146138

147-
More Information
148-
~~~~~~~~~~~~~~~~
139+
## More Information
149140

150141
See the web-site: http://disciple.ouroborus.net
151142

0 commit comments

Comments
 (0)