Skip to content

Commit

Permalink
Include imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 7, 2024
1 parent 946a0e9 commit 6c15813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gleam/otp/actor.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
//// Here is the code that is used to implement this actor:
////
//// ```gleam
//// import gleam/erlang/process.{type Subject}
//// import gleam/otp/actor
////
//// // First step of implementing the stack Actor is to define the message type that
//// // it can receive.
//// //
Expand Down

0 comments on commit 6c15813

Please sign in to comment.