Skip to content

Latest commit

History

History
21 lines (16 loc) 路 357 Bytes

filtering-and-mapping.livemd

File metadata and controls

21 lines (16 loc) 路 357 Bytes

Filtering & Mapping Data

Getting started

Mix.install([{:matcha, github: "christhekeele/matcha", tag: "stable"}], force: true)
IO.puts("Installed matcha version: #{Application.spec(:matcha, :vsn)}")
require Matcha
spec =
  Matcha.spec do
    {x, y, z} -> {x, y, z}
  end