zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

fn_def.ex (183B)


      1 defmodule EarmarkParser.Block.FnDef do
      2   @moduledoc false
      3   defstruct lnb: 0, annotation: nil, attrs: nil, id: nil, number: nil, blocks: []
      4 end
      5 #  SPDX-License-Identifier: Apache-2.0