• Stars
    star
    142
  • Rank 258,495 (Top 6 %)
  • Language
    Rust
  • Created over 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

https://aphyr.com/posts/342-typing-the-technical-interview translated from Haskell to Rust

Typing the technical interview, translated from Haskell to Rust

% cargo run
    Finished dev [unoptimized + debuginfo] target(s) in 0.02s
     Running `target/debug/ttti-rs`

Cons<Queen<S<S<S<S<S<Z>>>>>, S<Z>>, Cons<Queen<S<S<S<S<Z>>>>, S<S<S<Z>>>>, Cons<Queen<S<S<S<Z>>>, S<S<S<S<S<Z>>>>>>, Cons<Queen<S<S<Z>>, Z>, Cons<Queen<S<Z>, S<S<Z>>>, Cons<Queen<Z, S<S<S<S<Z>>>>>, Nil>>>>>>

Original Article

https://aphyr.com/posts/342-typing-the-technical-interview