mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
12 lines
272 B
Nix
12 lines
272 B
Nix
![]() |
{ matchHelper, ... }:
|
|||
|
[
|
|||
|
(matchHelper ":neg" "¬")
|
|||
|
(matchHelper ":conj" "∧")
|
|||
|
(matchHelper ":disj" "∨")
|
|||
|
(matchHelper ":imp" "→")
|
|||
|
(matchHelper ":bicon" "↔")
|
|||
|
(matchHelper ":forall" "∀")
|
|||
|
(matchHelper ":exist" "∃")
|
|||
|
(matchHelper ":therefore" "∴")
|
|||
|
]
|