Skip to content

Commit

Permalink
Update src/Types.mo
Browse files Browse the repository at this point in the history
Co-authored-by: Claudio Russo <[email protected]>
  • Loading branch information
rvanasa and crusso authored Feb 7, 2025
1 parent fca4f8a commit ab8c335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types.mo
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module {

public module Immutable {
public type Map<K, V> = (); // Placeholder
public type Queue<T> = (Stack.Stack<T>, Stack.Stack<T>);
public type Queue<T> = (Stack<T>, Stack<T>);
public type Set<T> = (); // Placeholder
public type Stack<T> = ?(T, Stack<T>)
}
Expand Down

0 comments on commit ab8c335

Please sign in to comment.