Skip to content

Commit

Permalink
Merge pull request #55 from KacperFKorban/readme-test
Browse files Browse the repository at this point in the history
Change README to a symlink
  • Loading branch information
KacperFKorban authored Aug 8, 2024
2 parents 4ff1907 + 118909e commit 144cfc5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 74 deletions.
73 changes: 0 additions & 73 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
18 changes: 17 additions & 1 deletion docs/_docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![guinep Scala version support](https://index.scala-lang.org/kacperfkorban/guinep/guinep/latest.svg)](https://index.scala-lang.org/kacperfkorban/guinep/guinep)

# GUInep

> Guinep are small tropical fruits from the Caribbean and Central/Southern America. They are described to taste like a cross between Lime and Lychee.
Expand Down Expand Up @@ -54,4 +56,18 @@ def run =

## Demo

![GUInep_classes_demo](https://github.com/KacperFKorban/GUInep/assets/39772805/556b6c1b-ea72-4089-8cbd-16f680484177)
<img src="https://github.com/KacperFKorban/GUInep/assets/39772805/556b6c1b-ea72-4089-8cbd-16f680484177" style="max-width: 100%; max-height: 100%">

## Current limitations

Currently GUInep doesn't support:
- Functions with multiple parameter lists (and by extension - extension methods) - https://github.com/KacperFKorban/GUInep/issues/33
- Fancier GADTs with unobvious inheritance, type bounds and variance - https://github.com/KacperFKorban/GUInep/issues/30
- Union and intersection types - https://github.com/KacperFKorban/GUInep/issues/44
- Opaque types - https://github.com/KacperFKorban/GUInep/issues/49

## Contributing

If you have any ideas on how to improve GUInep, feel free to open an issue.

All bug reports and feature requests are highly appreciated.

0 comments on commit 144cfc5

Please sign in to comment.