chore(examples): include initial result example

This commit is contained in:
Erica Marigold 2024-04-02 17:41:15 +05:30
parent b33abef2ca
commit 353ce041ea
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -1,4 +1,4 @@
local result = require("lib/result")
local result = require("../lib/result")
type Result<T, E> = result.Result<T, E>
local Ok = result.Ok
local Err = result.Err