shithub: MicroHs

ref: 86275df67d7a36f429d28fa9f12ae7fb7f52f755
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