list_tag

Synopsis

struct list_tag
{
  // unspecified
};

Description

This tag represents the List monad.

#include <mpllibs/metamonad/list_tag.hpp>

Expression semantics

The following are equivalent

tag_tag
list_tag::tag
list_tag
list_tag::type

[up]