Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

Module.Types.Of

elixir_livebooks/module_types_of.livemd

Module.Types.Of

Function binary/4

Handles binaries.

In the stack, we add nodes such as <>, <<…, expr>>, etc, based on the position of the expression within the binary.

Function closed_map/4

Handles closed maps (without dynamic => dynamic).

Function open_map/4

Handles open maps (with dynamic => dynamic).

Function remote/5

Handles remote calls.

Function struct/3

Handles structs.