Fingers That Kill

Fingers That Kill (Tie zhi tang shou) is a 1972 Hong Kong film directed by Hui Kwok.[1]

Fingers That Kill
Directed byHui Kwok
Produced byYang Man Yi
Written byNi Kuang
Release date
1972
CountryHong Kong
LanguageMandarin

Cast

  • Thompson Kao Kang
  • Tony Liu Jun Guk
  • Jason Pai Piao
  • Chan Lau
  • Ang Saan
  • Tong Kwok Si
  • Ma Chung Tak
  • Lau Hok Nin
gollark: I mean, monad implies the other two, but still.
gollark: In fact, lists are functors, applicatives and monads.
gollark: `join` is essentially `flatten`, and `fmap` is like `map` on lists.
gollark: Technically functors have `fmap`, actually.
gollark: Functor: has `map`, lets you run an `a → b` over a `f a` to get a `f b`Applicative: has `<*>`, lets you run a `f (a → b)` over a `f a` to get a `f b` and `pure`, which lets you get a `f a` from an `a`Monad: has `join`, which does `f (f a)) → f a` or alternately `bind`, which is `f a → (a → f b) → f b`.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.