Skip to content

Commit

Permalink
fix Project structure and Copyright subsections
Browse files Browse the repository at this point in the history
  • Loading branch information
pepegar committed Oct 19, 2016
1 parent 85aead7 commit b9fce6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ we can without making unnecessary sacrifices of purity and
usability. Where sacrifices have to be made, we will strive to make
these obvious, and will keep them well documented.


### <a name="project-structure" href="#project-structure"></a>Project Structure


In an attempt to be more modular, Cats is broken up into a number of sub-projects:

* *core* - contains type class definitions (e.g. Functor, Applicative, Monad), essential datatypes, and
Expand All @@ -92,8 +94,10 @@ In an attempt to be more modular, Cats is broken up into a number of sub-project
* *tests* - tests that check type class instances with laws from *laws*
* *docs* - The source for this website


### <a name="copyright" href="#copyright"></a>Copyright and License


All code is available to you under the MIT license, available at
http://opensource.org/licenses/mit-license.php and also in the
[COPYING](https://raw.githubusercontent.com/typelevel/cats/master/COPYING) file. The design is informed by many other
Expand Down

0 comments on commit b9fce6a

Please sign in to comment.