Sergeant Murphy

Sergeant Murphy is a 1938 American comedy film directed by B. Reeves Eason and written by Sy Bartlett and William Jacobs.[1] The film stars Ronald Reagan, Mary Maguire, Donald Crisp, Ben Hendricks Jr. and William B. Davidson. The film was released by Warner Bros. on January 1, 1938.

Sergeant Murphy
Theatrical release poster
Directed byB. Reeves Eason
Produced byBryan Foy
Written bySy Bartlett
William Jacobs
StarringRonald Reagan
Mary Maguire
Donald Crisp
Ben Hendricks Jr.
William B. Davidson
Music byHoward Jackson
CinematographyTed D. McCord
Edited byJames Gibbon
Production
company
Distributed byWarner Bros.
Release date
  • January 1, 1938 (1938-01-01)
Running time
57 minutes
CountryUnited States
LanguageEnglish

Cast

gollark: ```ocamlopen MParsertype expr = int * int[@@deriving show]let integer = many1_chars digit |>> int_of_stringlet parser = integer >>= (fun i -> char ',' >> (integer |>> (fun x -> (i, x))))let eval (str:string) : expr = match MParser.parse_string parser str () with | Success x -> x | Failed (msg, _e) -> failwith msglet () = Format.printf "%a\n" pp_expr (eval "0,1")```HIGHLY advanced programming language design.
gollark: The link.
gollark: It was sonata who actually posted it, IIRC.
gollark: I think it was them mentioning esoserver in the code guessing thing. Palaiologos complained a lot.
gollark: They are now helper.

See also

References

  1. "Sergeant Murphy". NY Times. Retrieved July 31, 2012.


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