export class Literal {
  
  constructor (type) {
    this.type = type;
  }
}