fay-0.12.0.0: A compiler for Fay, a Haskell subset that compiles to JavaScript.

Safe HaskellNone

Language.Fay.Compiler.FFI

Description

Compiling the FFI support.

Synopsis

Documentation

compileFFISource

Arguments

:: SrcLoc

Location of the original FFI decl.

-> Name

Name of the to-be binding.

-> String

The format string.

-> Type

Type signature.

-> Compile [JsStmt] 

Compile an FFI call.