From 6ccee8235d1ce882eb911fb07244dcf47861fa4e Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 7 Oct 2018 17:19:19 +0100 Subject: type -> enum, type alias -> type --- src/List.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/List.gleam') diff --git a/src/List.gleam b/src/List.gleam index f249234..095562c 100644 --- a/src/List.gleam +++ b/src/List.gleam @@ -1,7 +1,7 @@ import Result:Result:* import Bool:Bool:* -pub type Err = +pub enum Err = | Empty ; -- cgit v1.2.3