YuyaAizawa/list-wrapper - version: 1.0.1

for more information visit the package's GitHub page

Package contains the following modules:

list-wrapper

This package including below data structures implemented by simple list.

You can use custom types for their keys or elements.

import ListWrapper.Set exposing (..)

type Key
  = A
  | B
  | C

allKeys =
  Set.fromList [ A, B, C ]