hakyll-4.10.0.0: A static website compiler library

Safe HaskellNone
LanguageHaskell98

Hakyll.Core.Compiler.Internal

Contents

Description

Internally used compiler module

Synopsis

Types

type Snapshot = String Source #

Whilst compiling an item, it possible to save multiple snapshots of it, and not just the final result.

data CompilerRead Source #

Environment in which a compiler runs

Constructors

CompilerRead 

Fields

newtype Compiler a Source #

A monad which lets you compile items and takes care of dependency tracking for you.

Constructors

Compiler 

Core operations

compilerResult :: CompilerResult a -> Compiler a Source #

Put the result back in a compiler

Utilities