Lux (Lux v0.5.0)

View Source

Documentation for Lux.

Summary

Functions

Check if a module is a beam.

Hello world.

Check if a module is a lens.

Check if a module is a prism.

Functions

beam?(module)

Check if a module is a beam.

hello()

Hello world.

Examples

iex> Lux.hello()
:world

lens?(module)

Check if a module is a lens.

prism?(module)

Check if a module is a prism.