shithub: MicroHs

ref: 9fcea2a5581d045efd60b6b6bd2b64ad6e4e9bd2
dir: /lib/Data/Maybe_Type.hs/

View raw version
-- Copyright 2023 Lennart Augustsson
-- See LICENSE file for full license.
module Data.Maybe_Type(module Data.Maybe_Type) where

data Maybe a = Nothing | Just a