shithub: MicroHs

ref: a73f8741c807e597a6bb9c5e64702c1e6e71c4b2
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