ref: c80cf8af05ad5a4e206483e5ea34a36d7323bc9f dir: /lib/Data/Maybe_Type.hs/
-- 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