Skip to content
This content is for the 26.7 version. Switch to the latest version for up-to-date documentation.
The Fixen logoThe Fixen logo

Fixen: The Fixed-Point Generator

Fixed-Point-Oriented Programming for Haskell

Terminal
git clone -b 26.7 https://github.com/plilab/fixen.git
cd fixen
cabal install fixen # requires GHC 9.12.2

Do you have research ideas, applications, uses or general interest in Fixen? Get in touch with us!

ContactInfo.hs
{-# LANGUAGE OverloadedStrings #-}
module ContactInfo where
import Data.Text (Text)
import Data.Text qualified as T
dom :: Text
dom = T.concat [ "@", "fixen-lang", ".", T.reverse "gro"]
email :: Text
email = T.append "collaborations" dom
contrib.rocks image