Created
August 31, 2023 21:45
-
-
Save qexat/3237e60529c7b1d93aa87b36d9bce2e1 to your computer and use it in GitHub Desktop.
this static refinement type is not valid haskell code :(
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
| refined Nat n where | |
| n :: (Integer t) => t | |
| n >= 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment