Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d-plaindoux authored Sep 14, 2023
1 parent 251b85b commit 061c68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In Rust, we can specify abstract types in a trait, i.e. Higher-Kinded Polymorphi

We propose a simple basic trait `HKP` where an abstract type `T` is defined.
An important remark about this type is its capability to accept a parametric type.
This is important if we want to propose constructions inspired by category theory.
This is important if we want to propose constructions coming from the category theory.

```rust
pub trait HKP {
Expand Down

0 comments on commit 061c68b

Please sign in to comment.