File: pass_compose_func.aug

package info (click to toggle)
augeas 0.10.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 10,308 kB
  • sloc: ansic: 64,277; sh: 13,243; yacc: 528; makefile: 378; lex: 210; perl: 42; pascal: 27
file content (8 lines) | stat: -rw-r--r-- 134 bytes parent folder | download
1
2
3
4
5
6
7
8
module Pass_Compose_Func =

  let g (x:string) = ()

  (* Should yield a function string -> unit *)
  let f = () ; g

  let _ = g "a"