module Dry::Monads::List::Mixin

List contructors.

@api public

Constants

L

The List monad.

List

The List monad.

Public Instance Methods

List(value) click to toggle source

List constructor. @return [List]

# File lib/dry/monads/list.rb, line 436
def List(value)
  List.coerce(value)
end