|
|
|
|
|
by sondr3
1143 days ago
|
|
There's a small difference between type-level programming and type-driven programming, Idris does the latter while Rust the former (at least in my opinion). The library uses types to make illegal states impossible and therefore should qualify as type-level programming. |
|