trial
Version 0.0.0.0 revision 5 uploaded by tomjaguarpaw.
Package meta
- Synopsis
- Trial Data Structure
- Description
The
Trial
Data Structure is aEither
-like structure that keeps events history inside. The data type allows to keep track of theFatality
level of each such event entry (Warning
orError
).data Trial e a │ │ │ ╰╴Resulting type │ ╰╴An error item type -- | Unsuccessful case = Fiasco (DList (Fatality, e)) │ │ │ │ │ ╰╴One error item │ │ │ ╰╴Level of damage │ ╰╴Efficient list-container for error type items -- | Successful case | Result (DList e) a │ │ │ │ │ ╰╴Result │ │ │ ╰╴One warning item │ ╰╴Efficient list-container for warning type items
- Author
- Veronika Romashkina, Dmitrii Kovanikov
- Bug reports
- https://github.com/kowainik/trial/issues
- Category
- Data Structures, Data
- Copyright
- 2020 Kowainik
- Homepage
- https://github.com/kowainik/trial
- Maintainer
- Kowainik <xrom.xkov@gmail.com>
- Package URL
- n/a
- Stability
- n/a