package awsm-codegen

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Awsm_codegen.Ast_convenienceSource

This module was adapted from ppx_tools_versioned's Ast_convenience_404 in support of porting our code from ppx_tools_versioned to ppxlib.

Sourcemodule Label : sig ... end
Sourceval mkloc : 'a -> Ppxlib.location -> 'a Ppxlib.loc
Sourceval mknoloc : 'a -> 'a Ppxlib.loc
Sourceval may_tuple : ?loc:'a -> (?loc:'a -> ?attrs:'b -> 'c list -> 'c) -> 'c list -> 'c option
Sourceval float : ?loc:Ppxlib.location -> ?attrs:Ppxlib.Ast_helper.attrs -> float -> Ppxlib.expression
Sourceval int32 : ?loc:Ppxlib.location -> ?attrs:Ppxlib.Ast_helper.attrs -> int32 -> Ppxlib.expression
Sourceval int64 : ?loc:Ppxlib.location -> ?attrs:Ppxlib.Ast_helper.attrs -> int64 -> Ppxlib.expression
Sourceval structure_items_to_module_structure : ?loc:Ppxlib.location -> Ppxlib.label -> Astlib.Ast_500.Parsetree.structure -> Ppxlib.structure_item