Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Builtin Attributes

import

import foobar(
  some_fun/1, 
  some_fun/2
)

Read More

behaviour

behaviour(gen_server)

Read More

callback

callback foo(integer): integer

Read More

include

include("test/lib/test.hrl")

Read More

include_lib

include_lib("test/lib/test.hrl")

Read More

export_type

export_type(id/0)

Read More

nifs

nifs(foo/2, bar/3)

Read More

doc

doc("this is a doc attribute")

Read More

moduledoc

moduledoc("this is a module doc.")

Read More

on_load

on_load(some_function/0)

Read More