Skip to content

Commit

Permalink
Merge branch 'main' of github.com:propensive/kaleidoscope
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jun 3, 2024
2 parents 4ae8473 + 3694f5d commit d6c33df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[<img alt="GitHub Workflow" src="https://img.shields.io/github/actions/workflow/status/propensive/kaleidoscope/main.yml?style=for-the-badge" height="24">](https://github.com/propensive/kaleidoscope/actions)
[<img src="https://img.shields.io/discord/633198088311537684?color=8899f7&label=DISCORD&style=for-the-badge" height="24">](https://discord.gg/MBUrkTgMnA)
[<img src="https://img.shields.io/discord/633198088311537684?color=8899f7&label=DISCORD&style=for-the-badge" height="24">](https://discord.com/invite/MBUrkTgMnA)
<img src="/doc/images/github.png" valign="middle">

# Kaleidoscope

__Statically-checked inline pattern matching on regular expressions__
__Statically-typed inline pattern matching on regular expressions__

Kaleidoscope is a small library to make pattern matching against strings more
pleasant. Regular expressions can be written directly in patterns, and
Expand Down Expand Up @@ -43,7 +43,8 @@ libraryDependencies += "dev.soundness" % "kaleidoscope-core" % "0.1.0"

## Getting Started

Kaleidoscope is included in the `kaleidoscope` package, and exported to the `soundness` package.
Kaleidoscope is included in the `kaleidoscope` package, and exported to the
`soundness` package.

To use Kaleidoscope alone, you can include the import,
```scala
Expand Down

0 comments on commit d6c33df

Please sign in to comment.