LightAndLight / ipso

A functional scripting language.

Home Page:https://ipso.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program environment access

LightAndLight opened this issue · comments

module env where
  get : String -> IO (| Some : String, None : () |)
  set : String -> String -> IO ()

Tasks

  • Implement and test - #230
  • Document - #231