⧻
See also: ᚒ
|
Translingual
Symbol
⧻
- (mathematics) triple plus
- In the Haskell programming language, which allows arbitrary user-defined operators, the triple plus operator is a member of class ArrowChoice:
- 1 class Arrow a => ArrowChoice a, where
- 2 …
- 3 (⧻) :: a b c -> a b' c' -> a (Either b b') (Either c c')
- 4 …
- 5 infixr 2 ⧻
- In the Haskell programming language, which allows arbitrary user-defined operators, the triple plus operator is a member of class ArrowChoice:
This article is issued from Wiktionary. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.