reanimate/examples/doc_mkBackground.hs
David Himmelstrup 7365e1c68a Fix mkBackground example.
Former-commit-id: d5ce5b091a514a8484aa0e2289b967de151658d4
2019-11-29 17:48:55 +08:00

10 lines
221 B
Haskell
Executable file

#!/usr/bin/env stack
-- stack runghc --package reanimate
{-# LANGUAGE OverloadedStrings #-}
module Main (main) where
import Reanimate
main :: IO ()
main = reanimate $ animate $ const $
mkBackground "yellow"