mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
14 lines
245 B
Elm
14 lines
245 B
Elm
module Messages.EquipmentUseData exposing (..)
|
|
|
|
import Data.EquipmentUse exposing (EquipmentUse(..))
|
|
|
|
|
|
gb : EquipmentUse -> String
|
|
gb pu =
|
|
case pu of
|
|
Concerning ->
|
|
"Concerning"
|
|
|
|
Disabled ->
|
|
"Disabled"
|