Lastik-0.1: A library for compiling programs in a variety of languages

Lastik.Compile

Description

A module for representing data types that can be compiled by taking a list of files.

Synopsis

Documentation

class Compile c whereSource

A class of compilable data types.

Methods

compile :: c -> [FilePath] -> StringSource