shithub: MicroHs

ref: 15a4c1e063cbd875ee6582e89671e5a79377b7a4
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