Exemplo n.º 1
0
 forward.TryPeek().Match(
     Some: x => (Dequeue(), Some(x)),
Exemplo n.º 2
0
 public bool Equals(Some <A> other) =>
 Value.Equals(other.Value);