| Copyright | (c) Alec Theriault 2017-2018 |
|---|---|
| License | BSD-style |
| Maintainer | alec.theriault@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Language.Rust.Data.Ident
Description
Data structure behind identifiers.
Documentation
An identifier
Constructors
| Ident | |
Instances
| Eq Ident Source # | Uses |
| Data Ident Source # | |
| Ord Ident Source # | Uses |
| Show Ident Source # | Shows the identifier as a string (for use with |
| IsString Ident Source # | |
| Generic Ident Source # | |
| Semigroup Ident Source # | Forgets about whether either argument was raw |
| Monoid Ident Source # | Forgets about whether either argument was raw |
| NFData Ident Source # | |
| Resolve Ident Source # | |
| Pretty Ident Source # | |
| type Rep Ident Source # | |