Hossein Yari

Hossein Yari (also Hosein Yari, Persian: حسین یاری) was born in 1968 in Tehran, Iran. He started acting in theatre first, then joined the Iranian TV.

Hossein Yari
Born (1968-12-18) December 18, 1968
[[Malayer]], Iran
Years active1980–present
Height178 cm (5 ft 10 in)
ChildrenSoroush, Sara, Ali

Filmography

  • Blue Whale - 2019
  • Wishbone - 2017[1]
  • Mazar-i-Sharif - 2017[2]
  • Baradar - 2016
  • Hooshe Siah 2 - 2013
  • Abrhaye Arghavani - 2011
  • Yek Satr Vagheiat - 2011
  • Sa'adat Abad - 2010
  • Hooshe Siah - 2010
  • Mim Mesle Madar - 2006
  • Dame sobh (Day Break) - 2005
  • Naqmeh - 2002
  • Shabe Dahom (The Tenth Night; TV series) - 2001
  • Holy Mary - 2000
  • Maturity - 1999
  • Angeles Man - 1998
  • Silence Fly - 1998
  • Donyaye varaneh - 1997
  • Sor'at - 1995
  • Akharin Marhaleh - 1995
  • Hamleh Beh H3 - 1994
  • Mantagheh Mamnoon'e - 1994
  • Jaye Amin - 1993
  • Goriz - 1992
  • Atash dar Kharman - 1991
  • Hoor dar Atash - 1991
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)import qualified Prelude as Pclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m ainstance TellDigitalCrossToLearnMonads IO where (>>=) = (P.>>=) (>>) = (P.>>) return = P.pure fail = P.failmain = tellDigitalCrossToLearnMonads "hi!"```
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)import qualified Prelude as Pclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m ainstance TellDigitalCrossToLearnMonads IO where (>>=) = (Prelude.>>=) (>>) = (Prelude.>>) return = Prelude.pure fail = Prelude.failmain = tellDigitalCrossToLearnMonads "hi!"```
gollark: Fascinating.
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)class Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m amain = tellDigitalCrossToLearnMonads "hi!"```
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}class Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m amain = tellDigitalCrossToLearnMonads "hi!"```

References


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