packages feed

datafix-0.0.0.1: exprs/const.hs

module Expr where

expr a b = const a b
  where
    const a b = a