mirror of
https://github.com/typelevel/simulacrum.git
synced 2024-11-24 13:42:02 +03:00
Remove old CODE_OF_CONDUCT link
This commit is contained in:
parent
4a7e68aaeb
commit
b6fb549c35
@ -171,8 +171,3 @@ Feedback is much appreciated. The generated code is a result of working with pro
|
||||
- Only type classes that abstract over a proper type or a unary type constructor are currently supported. This will be extended to binary type constructors in the future, and perhaps n-ary type constructors.
|
||||
- When defining a type class as a subtype of another type class, and defining an abstract member of the super type concretely in the sub type, the `override` keyword must be used. For example, defining `map` in terms of `flatMap` requires `override def map[A, B](...)`.
|
||||
- See the GitHub issues list for other known limitations and please open issues for any other limitations you encounter. If you suspect a problem, it may be helpful to run with the `simulacrum.trace` system property (e.g., `sbt -Dsimulacrum.trace compile`), which adds a significant amount of logging to the compiler output.
|
||||
|
||||
Code of Conduct
|
||||
---------------
|
||||
|
||||
See the [Code of Conduct](CODE_OF_CONDUCT.md).
|
||||
|
Loading…
Reference in New Issue
Block a user