Skip to content

Commit

Permalink
Merge pull request #1217 from pguyot/w26/export-gen_server-types
Browse files Browse the repository at this point in the history
Export missing types in gen_server module

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
  • Loading branch information
bettio committed Jun 28, 2024
2 parents 70c0330 + ea2b7f0 commit c50ac17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/estdlib/src/gen_server.erl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@

-export([init_it/4, init_it/5]).

-export_type([
server_ref/0,
from/0
]).

-record(state, {
name = undefined :: atom(),
mod :: module(),
Expand Down

0 comments on commit c50ac17

Please sign in to comment.