---
title: "What is Module in Erlang"  
description: "What is Module in Erlang"  
author: "Anonymous User"  
published: 2015-06-24  
updated: 2020-09-14  
canonical: https://www.mindstick.com/interview/2651/what-is-module-in-erlang  
category: "erlang"  
tags: ["functional programming", "concurrent programming", "otp", "erlang"]  
reading_time: 1 minute  

---

# What is Module in Erlang

Erlang enables to organize code into modules. A module consists of functions; it introduces a local scope of functions (Public and Private).

## Answers

### Answer by Anonymous User

Erlang enables to organize code into modules. A module consists of functions; it introduces a local scope of functions (Public and Private).


---

Original Source: https://www.mindstick.com/interview/2651/what-is-module-in-erlang

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
