unison/unison-src/transcripts/no-hash-in-term-declaration.md

225 B

No Hashes in Term Declarations

There should not be hashes in the names used in term declarations, either in the type signature or the type definition.

x##Nat : Int -> Int -> Boolean
x##Nat = 5