Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

Commit

Permalink
Minor fix to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
exclipy committed Jan 2, 2011
1 parent 7838492 commit 39b5508
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -6,9 +6,10 @@ One of the prominent features of the [Clojure][1] language are a set of
the most innovative and important are the persistent vector and persistent hash
map.

This project is a port of these structures to Haskell. The API provides PVector
(the persistent vector) and PHashMap (the persistent hash map). The interface
for both has been kept as consistent as possible with Data.Map.
This project is a port of these structures to Haskell. The API provides
Data.PVector (the persistent vector) and Data.PHashMap (the persistent hash
map). The interface for both has been kept as consistent as possible with
Data.Map.

[1]: http://clojure.org/
[2]: http://clojure.org/datatypes
Expand Down

0 comments on commit 39b5508

Please sign in to comment.