Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Droste cocoa tins](droste.jpg)
<img align="right" src="logos/droste_cocoa.png" height="200px" style="padding-left: 20px"/>

# Droste

Expand Down Expand Up @@ -151,6 +151,8 @@ res20: (BigDecimal, BigDecimal) = (354224848179261915075,338350)
Droste includes [athema](athema), a math expression parser/processor,
as a more extensive example of recursion schemes.

<img align="right" src="logos/droste_psychedelic_1.png" height="85px" style="padding-left: 5px"/>

# Credits

A substantial amount of Droste's code is a derivation-- or an
Expand All @@ -165,13 +167,17 @@ Thank you to everyone involved. Additionally, thanks to Greg Pfeil
(@sellout) for answering my random questions over the last few years
while I've been slowly learning (and using recursion) schemes.

<img align="right" src="logos/droste_psychedelic_2.png" height="85px" style="padding-left: 5px"/>

# Copyright and License

Copyright the maintainers, 2018-present.

All code is available to you under the Apache License, Version 2.0,
available at http://www.apache.org/licenses/LICENSE-2.0.

Logos provided by the very excellent [@impurepics](https://twitter.com/impurepics).

# Disclamer

Please be advised that I have no idea what I am doing.
Expand Down
Binary file removed droste.jpg
Binary file not shown.
Binary file added logos/droste_cocoa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/droste_psychedelic_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/droste_psychedelic_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion modules/readme/src/main/tut/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Droste cocoa tins](droste.jpg)
<img align="right" src="logos/droste_cocoa.png" height="200px" style="padding-left: 20px"/>

# Droste

Expand Down Expand Up @@ -115,6 +115,8 @@ fused(100)
Droste includes [athema](athema), a math expression parser/processor,
as a more extensive example of recursion schemes.

<img align="right" src="logos/droste_psychedelic_1.png" height="85px" style="padding-left: 5px"/>

# Credits

A substantial amount of Droste's code is a derivation-- or an
Expand All @@ -129,13 +131,17 @@ Thank you to everyone involved. Additionally, thanks to Greg Pfeil
(@sellout) for answering my random questions over the last few years
while I've been slowly learning (and using recursion) schemes.

<img align="right" src="logos/droste_psychedelic_2.png" height="85px" style="padding-left: 5px"/>

# Copyright and License

Copyright the maintainers, 2018-present.

All code is available to you under the Apache License, Version 2.0,
available at http://www.apache.org/licenses/LICENSE-2.0.

Logos provided by the very excellent [@impurepics](https://twitter.com/impurepics).

# Disclamer

Please be advised that I have no idea what I am doing.
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci-jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ case "$1" in
bash <(curl -s https://codecov.io/bash)
;;
"readme")
sbt tut
sbt 'project readme' tut
git diff --exit-code -- *.md
;;
*)
Expand Down