Siegfried Breuer Jr.

Siegfried Breuer Jr. (1930–2004) was an Austrian film actor.[1] He was the son of the actor Siegfried Breuer.

Siegfried Breuer Jr.
Born16 July 1930
DiedJune 2004
OccupationActor

Selected filmography

gollark: This is monomorphised to, if you use it for floats and ints, say,```haskellapifyBees__Int :: Int -> Int -> IntapifyBees__Int x y z = z - y * xapifyBees__Double :: Float -> Float -> FloatapifyBees__Double x y z = z - y * x```
gollark: As in, it can take any type satisfying the constraints as `a`.
gollark: This is "generic" over the type of `a`.
gollark: For example,```haskellapifyBees :: Number a => a -> a -> aapifyBees x y z = z - y * x```
gollark: You convert generic functions to many nongeneric ones during compilation.

References

  1. Fritsche p.78

Bibliography

  • Fritsche, Maria. Homemade Men in Postwar Austrian Cinema: Nationhood, Genre and Masculinity. Berghahn Books, 2013.


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