Safe Haskell | Unsafe |
---|---|
Language | Haskell2010 |
Synopsis
- newtype D10 a = D10_Unsafe a
Documentation
A value of some numeric type a
between
and fromInteger
0
.fromInteger
9
D10_Unsafe a | The constructor's name include the word "unsafe" as a reminder
that you should generally avoid using it directly, because it
allows constructing invalid |