This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env -S scala-cli shebang | |
| //> using scala "3.7.3" | |
| //> using dep "org.typelevel::cats-core:2.13.0" | |
| //> using dep "org.typelevel::cats-effect:3.6.3" | |
| // | |
| // Guard DSL 🛡️ | |
| // A minimal, fluent, and lazily evaluated validation DSL for Scala 3, | |
| // with configurable error handling. | |
| // Designed for composable argument guarding, error accumulation, |