You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The book makes extensive use of generic data structures, but this is currently not supported in Gobra. Because of that, we monomorphised all examples (more precisely, we instantiated all type parameters with int). When viperproject/gobra#671 is merged, we should replace the monomorphised implementations by the generic one.
The text was updated successfully, but these errors were encountered:
The book makes extensive use of generic data structures, but this is currently not supported in Gobra. Because of that, we monomorphised all examples (more precisely, we instantiated all type parameters with
int
). When viperproject/gobra#671 is merged, we should replace the monomorphised implementations by the generic one.The text was updated successfully, but these errors were encountered: