configs/home/.zsh-kali/themes/spaceship-prompt/docs/sections/haskell.uk.md

25 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Haskell `haskell`
!!! important "За замовчуванням ця секція рендериться асинхронно"
!!! info
[**Haskell**](https://www.haskell.org) is a general-purpose purely functional programming language, with non-strict semantics.
The `haskell` section displays the version of the Haskell compiler.
This section is displayed only within Haskell projects, meaning:
* Пошук вгору знаходить файл `stack.yaml`.
* The current directory contains a file with `.hs` directory.
## Опції
| Змінна | За замовчуванням | Пояснення |
|:-------------------------- |:----------------------------------:| --------------------------------------- |
| `SPACESHIP_HASKELL_SHOW` | `true` | Показати секцію |
| `SPACESHIP_HASKELL_ASYNC` | `true` | Рендерити секцію асинхронно |
| `SPACESHIP_HASKELL_PREFIX` | `$SPACESHIP_PROMPT_DEFAULT_PREFIX` | Префікс секції |
| `SPACESHIP_HASKELL_SUFFIX` | `$SPACESHIP_PROMPT_DEFAULT_SUFFIX` | Суфікс секції |
| `SPACESHIP_HASKELL_SYMBOL` | `λ·` | Символ, що відображається перед секцією |
| `SPACESHIP_HASKELL_COLOR` | `red` | Колір секції |