curry-frontend-1.0.1: Compile the functional logic language Curry to several intermediate formats

Copyright(c) 2005 Martin Engelke
2007 Sebastian Fischer
2011 - 2015 Björn Peemöller
LicenseBSD-3-clause
Maintainerbjp@informatik.uni-kiel.de
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

CurryBuilder

Description

This module contains functions to generate Curry representations for a Curry source file including all imported modules.

Synopsis

Documentation

buildCurry :: Options -> String -> CYIO () Source #

Compile the Curry module in the given source file including all imported modules w.r.t. the given Options.

findCurry :: Options -> String -> CYIO FilePath Source #

Search for a compilation target identified by the given String.